SaltyCrane Blog — Notes on JavaScript and web development

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

 I was using the GNU compiler for aVxWorks / 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".

Comments