Forum Discussion
Error using arm-eabi to make
Hi Alex,
Sorry for the late reply as I'm currently out for training for almost the entire week and thanks for using Altera forum.
Could you upload the attachment again? I could only see the screenshots on the objdump though.
Just a question, if you tried rebuilding the Hello World example using arm-eabi tool chain , does it work? When you mentioned "So I tried another HelloWorld image." is it a pre-build one that you just use to boot?
Thanks
Regards
Kian
Hi @khtan
It seems the last upload was failed due to the connection. I found it would be not easy to upload again.
About the question:
The other HelloWorld.img is a prebuild image using arm-none-eabi toolchain. The difference of section names was made by this.
Also, I've tried build HWlib example timer with arm-eabi toolchain. The format is normal as well. The vector table was at 0x00100040.
So, I suspect that my Makefile was made incorrectly.
By solving this, I just point to the different entry by mkimage -e <vector address in the objdump, in this case 0x00100068> -a 0x00100040.
After that I changed my Makefile for my project.
Could you give me a quick assumption of why it would happen? My linaro toolchain was downloaded with SOC EDS std 20.1
If you couldn't, please do whatever you need to this thread.
Thank you for your help
Regards
Alex