CAlex
Contributor
2 years agoError using arm-eabi to make
Hi
I'm using CycloneVsoc Dev Kit with QSPI boot.
I've made a spl and the application image to boot.
I found that the SPL can't find my application.
So I tried another HelloWorld image.
It works well.
When I checked the objdump I found the format of the axf files are different.
Here is the HelloWorld objdump:
using arm-none-eabi tool chain
And here is my project:
using arm-eabi tool chain <downloaded with the SOC EDS>
I also made a Timer Example, the format is the same as the HelloWorld one.
I use the same linker file and the same flags, I don't know why it is different.
Could you help me for that?
I attached the Makefile I made and the source code.You may need to delete the gpio led part of the code.
Best Wish
Alex