On Wednesday 05 January 2005 00:44, Lucio Diaz wrote:
I installed the SVN and could make it work, i downloaded MinGW-3.1.0-1.exe ,gcc-core 3.3.3 , gcc-g++ 3.3.3 and nasm-0.98-win32.zip Installed them and set the path.
i tried to build ReactOs (at the reactos folder) with make (I did previously a make clean)
And i get the following error:
Compiling arch/i386/i386rt l cc1.exe: unrecognized option `-fno-zero-initialized-in-bss' make[2]: *** [arch/i386/i386rtl.o] Error 1 make[1]: *** [all] Error 2 make: *** [freeldr] Error 2
C:\Internet\ReactOS\Subersion\trunk\reactos>
What's the output of gcc -dumpversion? Are you sure you have 3.3.3 installed?
Nevertheless i try to make install and get the following error:
make[1]: *** No rule to make target `../../dk/w32/lib/libvfatlib.a', needed by ` fmifs.nostrip.dll'. Stop. make: *** [fmifs_install] Error 2
C:\Internet\ReactOS\Subersion\trunk\reactos>
This happend because "make install" doesnt do the same as "make && make install" - you have to "make" once for things like dk/w32/lib/libvfatlib.a to be built.
I dont know what i am making wrong, any idea?
Thanks in advance and my best wishes for 2005.
- blight