This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error L6242E: Cannot link object as its attributes are incompatible with the image attribute

Hi,

I'm using the ARM DS-5 Eclipse IDE. 

I'm attempting to link 2 projects (myProj and myProj_bsp). The first one is built on ARM-6 Compiler, meanwhile the second one is built on ARM-5 Compiler. Therefore, I've got the build errors: L6242E cannot link object as its attributes are incompatible with the image attributes. In the console window, I've got the following errors: 

....wchart-16 clashes with wchart-32.

....packed-enum clashes with enum_is_int.

I think that the error is due to the data type mismatch between 2 compilers. 

Could anybody tell me how to fix this issue ??