I'm new to the VxWorks environment, I'm wondering what C and C++ compilers are available for use with VxWorks?
As far as i know Tornado VxWorks IDE using gcc toolchain.
Any way i suggest to use the compiler provided by WindRiver (which i believe their version
of gcc) to avoid compatibility problems.
It's probably worth to menation the VxWorks version you having in mind.
I guess gcc version will be depend on VxWorks version and probably on target platform.
There are two: gcc and diab. They will be provided with your WindRiver platform (such as "General Purpose Platform 3.6"). The gcc is modified by WindRiver (and/or CodeSourcery) to work with VxWorks.
Greenhills development tools also supported the VXWorks environment in the past.
a colleague says he thinks that the Wind River workbench does not get the call stack exactly right for GCC built code whereas it does for Diab - anyone else seen this ?