industrialNETworXnetx

Andreas Jacob

Andreas Jacob

Hilscher Gesellschaft fuer Systemautomation mbH

| 29.01.2010 | 10:30 | 0 comments

Settings for Assembler/Compiler

netX50 Compiler Options:

Debug:

"-c -mlong-calls -mcpu=arm9e -fshort-enums -gdwarf-2 -Wall -O0 
 -mapcs -mthumb-interwork -fsigned-char -xc -mlittle-endian 
-marm -mno-apcs-frame "

Release:

"-c -mlong-calls -mcpu=arm9e -fshort-enums -gdwarf-2 -Wall -OS 
 -mapcs -mthumb-interwork -fsigned-char -xc -mlittle-endian 
-marm -mno-apcs-frame "

netX 50 Assembler Options:

"-mcpu=arm9e -gdwarf2 -mthumb-interwork -EL "


netX100/500 Compiler Options:

Debug:

"-c -mlong-calls -mcpu=arm926ej-s -fshort-enums -gdwarf-2 -Wall -O0 
-mapcs -mthumb-interwork -fsigned-char -xc -mlittle-endian -marm -mno-apcs-frame "

Release:

"-c -mlong-calls -mcpu=arm926ej-s -fshort-enums -gdwarf-2 -Wall -OS 
-mapcs -mthumb-interwork -fsigned-char -xc -mlittle-endian -marm -mno-apcs-frame "

netX100/500 Assembler Options:

"-mcpu=arm926ejs -gdwarf2 -mthumb-interwork -EL "