Hello,

I have a problem while compiling FreeDOS Kernel.
I use latest version of Open Watcom and NASM 0.98. I recive the next error:
....
Process BOOT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Process SYS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

wcc -Ic:\watcom\H -I..\hdr -DFORSYS -DWITHFAT32 -zq-zp1-os-s-we-e3-wx sys.c
sys.c(1050): Warning! E1176: Parameter 2, pointer type mismatch
sys.c(1050): Note! I2003: source conversion type is 'unsigned short *'
sys.c(1050): Note! I2004: target conversion type is 'unsigned int *'
sys.c(1050): Note! I2002: '_dos_allocmem' defined in: c:\watcom\H\dos.h(161)
sys.c(1079): Warning! E1176: Parameter 2, pointer type mismatch
sys.c(1079): Note! I2003: source conversion type is 'unsigned short *'
sys.c(1079): Note! I2004: target conversion type is 'unsigned int *'
sys.c(1079): Warning! E1176: Parameter 3, pointer type mismatch
sys.c(1079): Note! I2003: source conversion type is 'unsigned short *'
sys.c(1079): Note! I2004: target conversion type is 'unsigned int *'
sys.c(1079): Note! I2002: '_dos_getftime' defined in: c:\watcom\H\dos.h(188)
Error(E42): Last command making (sys.obj) returned a bad status
Error(E02): Make execution terminated
Compilation was aborted!

What is the problem ? Should I wrong something in config.bat file ?
Thanks,
George.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to