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

Keil linker issue

Hi;

When I try to configure RTRT (test software from IBM) to Keil ARMCC compiler and linker, I got following error code:

Warning: L6310W: Unable to find ARM libraries.
Error: L6411W: No compatible library exists with a definition of startup symbol __main.

Does anyone know to to fix it?
Thanks in advance.

Parents
  • "Warning: L6310W: Unable to find ARM libraries."

    Are the ARM libraries present on your system?
    If they are, is your project correctly configured to find them?

    "Error: L6411W: No compatible library exists with a definition of startup symbol __main."

    Does your 'C' code include a main() function?

Reply
  • "Warning: L6310W: Unable to find ARM libraries."

    Are the ARM libraries present on your system?
    If they are, is your project correctly configured to find them?

    "Error: L6411W: No compatible library exists with a definition of startup symbol __main."

    Does your 'C' code include a main() function?

Children