This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Progress in porting newlib to a new processor


 
> Also, our toolchain is located in
> TOOLCHAINPATH="/opt/ntc/vsh/"
> All gcc executables in $TOOLCHAINPATH\bin are prefixed by 
> "vsh-elf32-"   
> (eg. gcc-> vsh-elf32-gcc etc)
> All gcc executables in $TOOLCHAINPATH\vsh-elf32\   are with 
> same names 
> (gcc, gdb etc).
> 
> Is it sufficient that I add the machine name in config.sub 
> (root folder) and configure.in (in libgloss folder)? How do I 
> specify that the intended toolchain is located in 
> $TOOLCHAINPATH? Im confused.

export PATH=$TOOLCHAINPATH:$PATH
configure --target=vsh-elf32

Cheers,
Jon



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