简体   繁体   中英

What C/C++ compilers are available for VxWorks?

我是VxWorks环境的新手,我想知道有哪些C和C ++编译器可用于VxWorks?

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.

Now with VxWorks 6.9 there is a third option: Intel C++ compiler (for Intel target architectures only, 32 and 64 bit) -- diab will not target 64-bit

过去, Greenhills开发工具还支持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.

In addition to the customary Diab ("Wind River Compiler") and GNU, VxWorks 6.9 added Intel C Compiler (ICC), but ICC seems to have been dropped from version 7.

VxWorks version 7 adds LLVM/Clang.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM