So, I am messing around with compiling Freedos. I checked out the
lasted code from the Subversion repo, and I am working on Linux. It
seems there is no build system for Linux so I am trying to discover
some things.

Here's an example of something failing:

[EMAIL PROTECTED]:~/projects/dos_stuff/freedos_src/blah/kernel$ nasm asmsupt.asm
segs.inc:34: error: symbol `XCPU' not defined before use
segs.inc:41: error: parser: instruction expected
segs.inc:42: error: symbol `group' redefined
segs.inc:42: error: parser: instruction expected
segs.inc:43: error: symbol `group' redefined
segs.inc:43: error: parser: instruction expected
segs.inc:48: error: symbol `group' redefined
segs.inc:48: error: parser: instruction expected
segs.inc:49: error: symbol `group' redefined
segs.inc:49: error: parser: instruction expected
segs.inc:50: error: symbol `group' redefined
segs.inc:50: error: parser: instruction expected

I have some questions. Is there any reason to be defining XCPU
anymore? It seems that nasm has supported CPU for a long, long time.
Also, does anyone know why the group instructions don't seem to be
working?

Thanks,
wt

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to