This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: an error while compiling for i686 to alpha


shaw david wrote:
> I am crossing from i686 to alpha
> i use linux operating system first binutils
> configure --target=alpha-linux --prefix=$pre   --with-gnu-ld --with-gnu-as
> then
> make all install
> the sencond step is for gcc
> configure --target=alpha-linux --prefix=$pre   --with-gnu-ld --with-gnu-as
> then i use and then make all install
> at this time ,error occurs
> it's " alpha-linux-ar: Command not found"
> i have try to search for resource ,but no error is similar to mine

Actually, it's very common.  I suspect you forgot to set
PATH to point to the directory where binutils's target stuff is installed.
See Bill Gatliff's build script.
- Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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