]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Ensure that RPP startup code is always used
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 13 Feb 2015 14:24:13 +0000 (15:24 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 13 Feb 2015 16:11:49 +0000 (17:11 +0100)
commit1a35385343c673d9ca231406b9317558fa801fa1
tree8a492eed2e6f7da61bb5bf71ad9ed51f19aacbb3
parent8ae08b8e25d20f786b9b684484232831d9891622
Ensure that RPP startup code is always used

Without this change, if runtime support library is mentioned on the
linker command line before rpp-lib, the startup code is taken from
the runtime support library and the CPU is not initialized properly.

Now, linker produces the following error:

  error #10056: symbol "_c_int00" redefined

and the application can only be linked if the order of libraries is
correct.
rpp/TMS570LS313xFlashLnk.cmd
rpp/TMS570LS313xSDRAMLnk.cmd