[ECOS] Redboot for i386 won't compile

Jonathan Larmour jlarmour@redhat.com
Thu Aug 16 19:40:00 GMT 2001


"Trenton D. Adams" wrote:
> 
> Oh, cool.  Thanks! :)
> 
> Could I put "export GCC_EXEC_PREFIX=/foo/bar/mygcclocation;sh-elf" in my
> "Global command prefix" of the GUI Config tool?  That way I wouldn't
> have to worry about it screwing it up for my other gcc compiler!

No, but you could do:

cd /where.sh-elf-gcc.is
mv sh-elf-gcc sh-elf-gcc-tda
cat >sh-elf-gcc
#!/bin/sh
export GCC_EXEC_PREFIX=/whatever
`basename $0`/sh-elf-gcc-tda $*
^D
chmod +x sh-elf-gcc


-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine



More information about the Ecos-discuss mailing list