Wanted to give a quick go at the Embedded Studio.
Created an iMX7/M4 project, with default hello_world. Modified nothing, pressed build. Gives me : cannot find entry symbol reset_handler; not setting start address.
Log says Build failed.
Tried to change that to Reset_Handler ( based on startup_ARMCM_GCC.S, as provided), no luck..
Whats the quickest way to try out ES with iMX7 M4.. ? A ready working project .
Created an iMX7/M4 project, with default hello_world. Modified nothing, pressed build. Gives me : cannot find entry symbol reset_handler; not setting start address.
Log says Build failed.
Source Code
- /opt/SEGGER/embedded_studio_330/gcc/arm-none-eabi/bin/ld -X -ereset_handler --omagic -defsym=__vfprintf=__vfprintf_int_nwp -defsym=__vfscanf=__vfscanf_int --fatal-warnings -EL --gc-sections "-T/home/xxx/Documents/SEGGER Embedded Studio Projects/test_1/Output/test_1 Debug Internal/Obj/test_1.ld" -Map "Output/Debug Internal/Exe/test_1.map" -u_vectors -o "Output/Debug Internal/Exe/test_1.elf" --emit-relocs "@/home/xxx/Documents/SEGGER Embedded Studio Projects/test_1/Output/test_1 Debug Internal/Obj/test_1.ind"
Tried to change that to Reset_Handler ( based on startup_ARMCM_GCC.S, as provided), no luck..
Whats the quickest way to try out ES with iMX7 M4.. ? A ready working project .