Topic : Interworking compiling

Forum : ARM

Original Post
Post Information Post
May 24, 2007 - 9:26pm
Guest

Hello everyone, I have a message from linker about interworking compiling. The message is "xxx.o supports interworking where project.elf does not" for all files object. I've selected Thumb mode in the target and the project. What is the problem? Best regards.

Replies
Post Information Post
+1
0
-1
May 25, 2007 - 9:37am
Raisonance Support Team

Hi,

This is just a warning because the startup is written in ARM mode and the rest of the application is in thumb.

The application should work fine, you can ignore the warning.

If you really want to compile without warning, then you'll have to recompile the startup as explained in the GettingStarted documentation, and then maybe modify it a little.

Best Regards,

Vincent