We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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