At wit's end with linker...help please!

Daniel Jacobowitz drow@false.org
Wed Oct 31 02:34:00 GMT 2007


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



More information about the Binutils mailing list