This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Redboot for i386 won't compile


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]