-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant compile on debian 11 #58
Comments
using newest open watcom 2.0 to compile btw |
compiles perfectly on 1.9 |
To doslib compilation problem. |
cd src/lib/doslib/hw/cpu
./make.sh build all dos86l
common.mak(85): Error(E21): Extension(s) (.C.OBJ) not defined
common.mak(86): Warning(W20): Command list does not belong to any target
common.mak(92): Error(E21): Extension(s) (.ASM.OBJ) not defined
common.mak(93): Warning(W20): Command list does not belong to any target
Error(E02): Make execution terminated
Error(E42): Last command making (src/lib/doslib/hw/cpu/dos86l/cpu.lib) returned a bad status
Error(E02): Make execution terminated
buildall.sh returns same error
The text was updated successfully, but these errors were encountered: