How to ignore the bsp's linkcmds
Ralf Corsepius
ralf.corsepius at rtems.org
Wed Feb 10 13:51:25 UTC 2010
On 02/10/2010 02:39 PM, Leon Pollak wrote:
> Hello.
>
> I need to use another linkcmds file while building my application with RTEMS
> libs.
> I added -T /Projects/VDTS/src/linkcmds and I see that linker searches for my
> file (when I remove it, I receive an error), but all the actual values are
> taken from the linkcmds file residing in the /opt/rtems... bsp lib directory.
-qnolinkcmds -T <your linkcmds>
> How can I avoid using the bsp defined linkcmds file?
Presuming you to be using rtems-4.10, this is one of the conventions
being frowned upon.
Instead you want to set up an aliased BSP, which installs its
linkcmds.<BSP> as "linkcmds".
Ralf
More information about the users
mailing list