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

Hi.I am writing a program and when i want to compile it and make HEX file there is a error like this:
.\Objects\camera.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
what should i do?
Thanks

Parents
  • The project needs a startup.s type file describing the vector table, and providing the reset handler code, and stack frame.

    Review the available project templates for your device, Keil and manufacturers have historically provided examples for chips and boards, review some of those. Absent your specific part look at other Cortex-Mx parts

Reply
  • The project needs a startup.s type file describing the vector table, and providing the reset handler code, and stack frame.

    Review the available project templates for your device, Keil and manufacturers have historically provided examples for chips and boards, review some of those. Absent your specific part look at other Cortex-Mx parts

Children