View Single Post
Old 04-23-2007, 07:43 PM   #3
azerty
Junior Member
azerty began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Apr 2007
Device: iliad/palm TX
steps for installation toolchain+linux kernel src needed

I installed under Debian linux the toolchain (oe-sdk-20070222180617.tar.bz2) in / and as suggested put the linux kernel sources (linux-2.4.19-rmk7-pxa2-irex1.tar.bz2) in /usr/local/arm. I executed the script setup_buid_env.sh. When I execute the follwoing make commands:
make irex_config
make oldconfig
make dep
I get during the make dep the following error:
Quote:
debian:/usr/local/arm/linux-2.4.19-rmk7-pxa2-irex1# make dep
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
as: unrecognised option `-Qy'
make: *** [scripts/mkdep] Error 1
debian:/usr/local/arm/linux-2.4.19-rmk7-pxa2-irex1#
What is wrong? Can anyone help me setting up the toolchain + linux kernel sources?
azerty is offline   Reply With Quote