search path for cross gcc

Daniel Jacobowitz drow@false.org
Mon Mar 27 04:41:00 GMT 2006


On Mon, Mar 27, 2006 at 12:22:07PM +0800, Eric Fisher wrote:
> Hi,
> I'd like to know how to set the search path of glibc for cross gcc. Suppose I
> have mips-linux-gcc installed, when I type 'mips-linux-gcc test.c -o
> test'. I think
> the tool chain should find the glibc of mips/linux autmatically. Yet, it's just
> the problem I'm meeting with. It can't be searched out.
> /tmp/ccOgTDmg.o(.text+0x154): In function `main':
> : undefined reference to `printf'

Please search for --with-sysroot (or use crosstool).

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Libc-alpha mailing list