Forum Discussion
RHobb
Occasional Contributor
7 years agoIntel Monitor Program works but porting code to DS-5 with debug errors?
I have several projects that have worked with the Intel Monitor Program and using the DE1-SoC Computer system. However, when I ported my code over to the Intel SoC Edition (DS-5), the code does not w...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
Intel Monitor Program uses different compiler and linker. Hence, its not a straightforward to migrate a design from it.
Please refer to this video to write and run a Bare metal C code on DS-5. This includes the setup of the tool.
https://www.youtube.com/watch?v=GHuM2mBlLxc
Furthermore, you can refer to this video for debugging:
https://www.youtube.com/watch?v=u_xKybPhcHI
thanks