We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using ds-5 to debug a bare-metal application on altera arria 10 soc, there is a error when debug.
licenses.rar
Can you tell me to solve the problem? thanks a lot.
I want to load and run at address 0xFFE00000, and i'm using altera baremetal gcc, i donot have experience to write script, can it be setted in project properity? thanks a lot.
The gld option "-Ttext" can be used to set the code base address.See e.g. ftp.gnu.org/.../ld_3.htmlThis can be added in the Project Properties, in "Other Flags" in the "Miscellaneous" section of the linker.Alternatively, use a .ld linker script. For an example, see the "fireworks_A9-FVP_GCC" example supplied in the DS-5 examples.Hope this helpsStephen
I will try, thanks a lot.