Forum Discussion
tehjingy_Altera
Regular Contributor
2 years agoHi Alex
I am using the hwlibs examples located here:
https://www.rocketboards.org/foswiki/Documentation/HWLib#Running_Cyclone_V_HWLib_Example
Please find the binaries attached.
If you could also send me your copy that would be great.
I see that the steps that you are using is slightly different from mine.
The steps of creating the binary, i am using the command below:
"arm-eabi-objcopy -O binary application.elf application.bin"
The application should be in .elf instead of .axf.
You can change the Makefile line 54 to "ELF := application.elf".
Regards
Jingyang, Teh
CAlex
Contributor
2 years agoHi,
Update
Your temp is working pretty well, but my helloworld didnt work.
Ive tried the elf version,yet the result is the same.
Could you share your build sequence?
Reguards.