iarsystems / cmake-tutorial

Build and test embedded software using the IAR C/C++ Compiler alongside CMake
https://iar.com
MIT License
78 stars 15 forks source link

Debug the .elf file, enter the abort #8

Closed zhaoGilbert closed 2 years ago

zhaoGilbert commented 2 years ago

After generating an elf file, I enter debug and cannot run to _main, If after entering abnormal inter CMakeLists.txt rupt。

felipe-iar commented 2 years ago

It seems your project builds fine and then the application never reaches main(). This question beyond the cmake-tutorial. I'd advise you contact the IAR Systems Technical Support (https://www.iar.com/rfta) directly if you need further assistance.

I will close now this issue.