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: arm, glibc-2.3.2, and linux-2.6.6: asm/arch/param.h: No suchfile or directory


Dan Kegel wrote:
> ...
arm-unknown-linux-gnu/include/asm/param.h:13:41: asm/arch/param.h: No such file or directory

http://moss.csc.ncsu.edu/~mueller/rt/rt02/g1/cross_installlog.txt
suggests

cd .../linux-*/include/asm
ln -s ./arch-pxa ./arch
ln -s ./proc-armv ./proc

Say, I wonder if make ARCH=$ARCH include/asm include/linux/version.h isn't quite sufficient? Maybe toolchain.sh needs to do something like make ARCH=$ARCH include/asm include/asm/arch include/linux/version.h ?! - Dan

------
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]