Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

arm-linux problem with cygwin


  • To: <arm-gcc@xxxxxxxxxxxxxxxx>
  • Subject: arm-linux problem with cygwin
  • From: "Philippe Calvez" <pca@xxxxxxxxxx>
  • Date: Mon, 17 Mar 2008 17:24:10 +0100

Hi,

I am trying to generate a 2.6.23 kernel for an AT91SAM9260.(Olimex
sam9_l9260 board)

I have the following configuration : 

Cygwin  1.5.25 / Windows XP

arm-none-linux-gnueabi* 4.2.1

gnu make 3.81

bash 3.7-1

 

export CYGPATH=/bin/cygpath (in .bashrc)

 

 

Kernel is patched (arm and olimex patches) and .config is OK (make ARCH=arm
CROSS_COMPILE=arm-linux- HOST_LOADLIBES=-lintl sam9_l9260_defconfig )

When I do a make ARCH=arm CROSS_COMPILE=arm-linux- HOST_LOADLIBES=-lintl
uImage

 

I have the following error :

HOSTCC  scripts/basic/fixdep

HOSTCC  scripts/basic/docproc

HOSTLD  scripts/kconfig/conf

scripts/kconfig/conf -s arch/arm/Kconfig

CHK     include/linux/version.h

SYMLINK include/asm-arm/arch -> include/asm-arm/arch-at91

make[1]: `include/asm-arm/mach-types.h' is up to date.

CHK     include/linux/utsrelease.h

HOSTCC  scripts/basic/fixdep

HOSTCC  scripts/basic/docproc

CC      arch/arm/kernel/asm-offsets.s

arm-linux-gcc.exe: CreateProcess: No such file or directory

make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1

make: *** [prepare0] Error 2

 

I know that this issue has already been raised but I cannot find the
solution.

Can you help me.

 

(I have no problems with your tool chain when I use it on Ubuntu 7.10)

BR

Philippe Calvez