Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler command line options->Generate CPU32 Code (/CPU32)

The /CPU32 option causes the compiler to create code using the CPU32 instruction set.

Also, since the CPU32 does not implicity support co-processor instructions, the compiler defaults to the use of the alternative floating point library FLB68020.LIB.

An error will be generated by the linker if you try to mix modules that have been compiled with and without the /CPU32 option.