Hi! 18-Июл-2004 08:31 [EMAIL PROTECTED] (Norman Bauer) wrote to [EMAIL PROTECTED]:
NB> So I got time this weekend to set up my compiler. I followed the NB> comments to setup the config.bat file. When I go to compile with the NB> build or builldall it will build the kerenel, rolling through Utils, NB> lib, boot, driver, and the exit with this line. NB> d:\nsm\nasm.exe -DTC2 -i../hdr/ -DXCPU=386 -f obj printer.asm -----------------------------------------------^^^^^^^^ NB> d:\tc\tcc -c -3 -zCHMA_TEXT dsk.c -------------------------^^ NB> Turbo C Version 2.01 Copyright (c) 1987, 1988 Borland International NB> Error: Incorrect command line option: -3 NB> Is this normal? Yes. TCC can't compile 386-target code. To compile 386-target code, use other compilers (OW, BC). Or switch to 86-target code. NB> Did it compile correcttly? With SET XCPU=386 in config.bat - no. This is TCC limitation. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Freedos-kernel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-kernel