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 ?
Hello,
Is there a scatter file defined? This should define stack (and heap) locations:https://developer.arm.com/documentation/100748/0620/Mapping-Code-and-Data-to-the-Target/Placing-the-stack-and-heap-with-a-scatter-file
Regards, Ronan
I have some questions:
Hello Ronan,
Here is a picture of the project with the build output.
And here is a video of what happens when I go to Optios for Target>>Linker to configure the scatter file to use
Hello Hans,
This is the Keil version I'm using
IDE-Version:µVision V5.38.0.0Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information:paul intarenoneLIC=----
Tool Version Numbers:Toolchain: MDK-Lite Version: 5.38.0.0Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\BinC Compiler: ArmClang.exe V6.19Assembler: Armasm.exe V6.19Linker/Locator: ArmLink.exe V6.19Library Manager: ArmAr.exe V6.19Hex Converter: FromElf.exe V6.19CPU DLL: SARMCM3.DLL V5.38.0.0Dialog DLL: TCM.DLL V1.56.4.0Target DLL: lmidk-agdi.dll V???Dialog DLL: TCM.DLL V1.56.4.0