Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

How to switch from the GNU to the Diab compiler in VxWorks / Tornado 2.2

 I was using the GNU compiler for a VxWorks / Tornado project and wanted to switch to the Diab compiler. Here is how to do it:

1. In the "Workspace" window, click on the "Builds" tab.
2. Right-click on the project that you want to change and select "New Build..."
3. Select the "Default Build Spec for" option and select the Diab toolchain for your hardware.
4. Click "OK". The Diab compiler should now be the "Active Build".
5. To switch back to the GNU compiler, click on the "+" sign to expand the branch, then right-click on the GNU build, and select "Set 'XXXXXXgnu' as Active Build".

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Slicehost