[ros-kernel] Building ROS on ROS
James Tabor
jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Wed Mar 17 04:24:31 CET 2004
Hi all,
First Start->CMD->OK. Second, at command prompt, type "path %path%;C:\mingw\bin<CR>".
Third, "make > make.log 2> make.log<CR>".
I get this.
...everything works until here...
make -C ntoskrnl implib
make[1]: Entering directory `C:/ros/reactos/ntoskrnl'
gcc -I./include -I../include -D__NTOSKRNL__ -Wall -Werror -D_DISABLE_TIDENTS -I../include
-I../w32api/include -pipe -march=i386 -D_M_IX86 -M rtl/capture.c | ..\tools\depends.exe rtl
rtl/.capture.d
zsh: command not found: gcc
zsh: command not found: ..toolsdepends.exe
make[1]: *** [rtl/.capture.d] Error 1
make[1]: Leaving directory `C:/ros/reactos/ntoskrnl'
make: *** [ntoskrnl_implib] Error 2
Removed "#" from tools/depend.mk for SEP, line shown below,
# I (Andrew Greenwood) had to add this to compile under MinGW:
SEP = /
SEP placed in command line.
make -C ntoskrnl implib
make[1]: Entering directory `C:/ros/reactos/ntoskrnl'
gcc -I./include -I../include -D__NTOSKRNL__ -Wall -Werror -D_DISABLE_TIDENTS -I../include
-I../w32api/include -pipe -march=i386 -D_M_IX86 -M rtl/capture.c | ../tools/depends.exe rtl
rtl/.capture.d
zsh: command not found: gcc
zsh: no such file or directory: ..\tools\depends.exe
make[1]: *** [rtl/.capture.d] Error 1
make[1]: Leaving directory `C:/ros/reactos/ntoskrnl'
make: *** [ntoskrnl_implib] Error 2
Anyone have ideas, please post them,
James
More information about the Ros-kernel
mailing list