Long names question
Hugo Vincent
hugo.vincent@gmail.com
Sun May 8 00:02:00 GMT 2005
Thanks Olexiy.
After I posted, I encountered fix-embedded-paths, and followed the
instructions to move:
/opt/crosstool/arm-xscale-linux-gnu/gcc-3.4.3-glibc-2.3.5/bin/
to:
/opt/crosstool/bin/
and it seems to work correctly (I can still build a working Busybox
with it).
Is it possible to change the name of the programs from
arm-xscale-linux-gnu-gcc etc to arm-linux-gcc etc? I suppose its
probably easier just symlinking to them with new names?
I definitely understand the use and purpose of the extremely long path
names, but for me they aren't needed and are annoying (OK, so I am a
perfectionist...).
Kind Regards,
Hugo Vincent.
On 8/05/2005, at 12:11 AM, Olexiy Avramchenko wrote:
> Hugo Vincent wrote:
>> Is it possible to change the names and paths of the generated tools
>> easily?
>> At the moment it get:
>> /opt/crosstool/arm-xscale-linux-gnu/gcc-3.4.3-glibc-2.3.5/bin/arm-
>> xscale-linux-gnu-gcc
>> and I'd like something like:
>> /opt/crosstool/bin/arm-linux-gcc
> Set PREFIX variable in your starter script to /opt/crosstool (dont
> forget to export it). Look at all.sh script - that's the place where
> PREFIX gets defined. The long name is helpful when you have some
> toolchains installed in your system (i've also added a kernel version
> to the path).
>
> Olexiy
>
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list