Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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.