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

I got a error when i build my file in RTRT - I am using LPC2148. Error: L6411W: No compatible library exists with a definition of startup symbol __main.

Please tell me the answer for my error

  • The tools ship with several different copies of the standard libraries.  With the linker selecting the appropriate copy based on the linker flags and various object properties.

    This message means for the combination of flags/objects you used it couldn't find a compatible of the libraries.  Typically this is due to a mistake (e.g. building with an invalid combination of options).

    Can you check your linker options and how you are building the objects?

  • Hello chinna, has Martin answered your question? If so, would you please mark his reply correct? If we don't hear from you in the next few days, we'll assume it's been addressed.