Hello,
I am working with the ADUC7020 target and working with the gcc compiler 3.3.1.
I am using a project with assembler and C files. I have on eassembler file definign a function init And i have a main function define in a C file.
Also the interworking option is enabled in my configuration, when linking my porject i have the issue related of mixing C and ASM function call ...
/cygdrive/c/Cygnus/arm-tools/bin/../lib/gcc-lib/arm-thumb-elf/3.3.1/../../../../arm-thumb-elf/bin/ld: fonc1.o(init): warning: interworking not enabled.
HOw can i be sure that th einterworking is active?
Thanks