[ros-kernel] Building on linux

Ge van Geldorp ge at gse.nl
Mon Jan 26 14:22:31 CET 2004


> From: Ciobanu Alexander
> 
> I get this errors when trying to compile ros on linux :
> I use mingw 2.4-1
>         mingw-binutils-2.4-1
>        mingw-runtime
> 
> [root at schultz reactos]# make
> make -C tools
> make[1]: Entering directory `/home/alex/Projects/cvs/reactos/tools'
> gcc  -I./include -pipe -march=i386 -D_M_IX86 -Wall -Werror 
> -I../include -pipe 
> -march=i386 -D_M_IX86 -DDOS_PATHS rmkdir.c -o rmkdir.exe
> rmkdir.c: In function `mkdir_p':
> rmkdir.c:68: error: too few arguments to function `mkdir'
> make[1]: *** [rmkdir.exe] Error 1

My guess is you didn't set an environment variable "HOST" to the value
"mingw32-linux" (export HOST=mingw32) before starting the make.

Ge van Geldorp.



More information about the Ros-kernel mailing list