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 Dialog box Issues

Hello,
Im trying to develop a blink program for NXP MIMXRT1062DVJ6A via keil. I installed all necessary DFPs. Whenever I build the program I get this error: .\Objects\teensyViaKeil.axf: Error: L6218E: Undefined symbol Image$$ARM_LIB_STACK$$ZI$$Limit (referred from startup_mimxrt1062.o).I tried to go to Options for Target>>Linker to use different scatter files but clicking on the Linker Dialog closes the entire application. I'm also developing another project for TM4C123GH6PM and that project allows me to configure anything in the options for target. Is this a known issue with a fix ? What should I do to fix the entire project closing when I click the linker dialog box ?

Parents
  • I have some questions:

    • Which µVision Version (=MDK Version) do you use? µVision should never close unexpectedly. If you use a version older than 5.38, please update the MDK installation.
    • Can you still duplicate this issue again with the same project? If yes, could you send us this example project in a support case?
    • Can you open the dialog 'Options for Target' and then µVision closes as soon as you click its Linker tab? 
Reply
  • I have some questions:

    • Which µVision Version (=MDK Version) do you use? µVision should never close unexpectedly. If you use a version older than 5.38, please update the MDK installation.
    • Can you still duplicate this issue again with the same project? If yes, could you send us this example project in a support case?
    • Can you open the dialog 'Options for Target' and then µVision closes as soon as you click its Linker tab? 
Children