On Tue, Oct 30, 2007 at 07:02:02PM -0700, Rick Mann wrote:
> I have a file vectors.S that assembles to vector.o. My linker script has a
> part:
>
> . = ALIGN(4);
> .text :
> {
> obj/start.o(.text);
I believe slashes in filenames here do not do what you want them to.
--
Daniel Jacobowitz
CodeSourcery