[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to ignore the bsp's linkcmds
- Date: Wed, 10 Feb 2010 14:51:25 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: How to ignore the bsp's linkcmds
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