From: Paul D. <du...@ho...> - 2003-07-09 01:41:22
|
I am far from being very at ease with configuration files. So what I say, may be look easy stuff to others. In fact that's what I hope. :-) OSlib: 0.1 First going to xlib and typing make install, gives the error that ../config.mk did not exist, so I created one with just an empty line. Then I got: $ make install as -o xsys0.o xsys0.s xsys0.s: Assembler messages: xsys0.s:31: Error: invalid character '(' in mnemonic xsys0.s:35: Warning: rest of line ignored; first ignored character is `(' xsys0.s:36: Warning: rest of line ignored; first ignored character is `(' xsys0.s:39: Warning: rest of line ignored; first ignored character is `(' xsys0.s:40: Warning: rest of line ignored; first ignored character is `(' xsys0.s:41: Warning: rest of line ignored; first ignored character is `(' xsys0.s:42: Warning: rest of line ignored; first ignored character is `(' xsys0.s:43: Warning: rest of line ignored; first ignored character is `(' xsys0.s:44: Warning: rest of line ignored; first ignored character is `(' xsys0.s:51: Error: invalid character '_' in mnemonic xsys0.s:63: Error: invalid character '_' in mnemonic xsys0.s:72: Error: invalid character '_' in mnemonic xsys0.s:80: Error: invalid character '_' in mnemonic xsys0.s:88: Error: invalid character '_' in mnemonic xsys0.s:96: Error: invalid character '_' in mnemonic xsys0.s:103: Error: invalid character '_' in mnemonic xsys0.s:111: Error: invalid character '_' in mnemonic make: *** [xsys0.o] Error 1 with: $ as --version GNU assembler 2.13.90 20030308 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i686-pc-cygwin'. I guess I should try DJGPP instead. Why am I compiling it in the first place? Because I want to prove myself that the bug I have with biosdisk in freeDos32 comes from oslib. _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://messenger.fr.msn.ca/ |
From: Paolo G. <pao...@ti...> - 2003-07-09 06:06:14
|
there should be an "mk" directory inside the main oslib root tree. Inside you'll find some configuration files. try something like (under linux) cd oslib cp mk/linux.mk config.mk enjoy, PJ On Wed, 2003-07-09 at 03:41, Paul Dufresne wrote: > I am far from being very at ease with configuration files. > So what I say, may be look easy stuff to others. In fact that's what I hope. > :-) > > OSlib: 0.1 > > First going to xlib and typing make install, gives the error that > ../config.mk did not exist, so I created one with just an empty line. > > Then I got: > $ make install > as -o xsys0.o xsys0.s > xsys0.s: Assembler messages: > xsys0.s:31: Error: invalid character '(' in mnemonic > xsys0.s:35: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:36: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:39: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:40: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:41: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:42: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:43: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:44: Warning: rest of line ignored; first ignored character is `(' > xsys0.s:51: Error: invalid character '_' in mnemonic > xsys0.s:63: Error: invalid character '_' in mnemonic > xsys0.s:72: Error: invalid character '_' in mnemonic > xsys0.s:80: Error: invalid character '_' in mnemonic > xsys0.s:88: Error: invalid character '_' in mnemonic > xsys0.s:96: Error: invalid character '_' in mnemonic > xsys0.s:103: Error: invalid character '_' in mnemonic > xsys0.s:111: Error: invalid character '_' in mnemonic > make: *** [xsys0.o] Error 1 > > with: > $ as --version > GNU assembler 2.13.90 20030308 > Copyright 2002 Free Software Foundation, Inc. > This program is free software; you may redistribute it under the terms of > the GNU General Public License. This program has absolutely no warranty. > This assembler was configured for a target of `i686-pc-cygwin'. > > I guess I should try DJGPP instead. > > Why am I compiling it in the first place? > Because I want to prove myself that the bug I have with biosdisk in > freeDos32 comes > from oslib. > > _________________________________________________________________ > MSN Messenger : discutez en direct avec vos amis ! > http://messenger.fr.msn.ca/ > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps > _______________________________________________ > Oslib-devel mailing list > Osl...@li... > https://lists.sourceforge.net/lists/listinfo/oslib-devel -- Paolo Gai <pao...@ti...> Scuola S. Anna |
From: Luca A. <luc...@em...> - 2003-07-09 08:23:37
|
Hi Paul, > I am far from being very at ease with configuration files. > So what I say, may be look easy stuff to others. In fact that's what I hope. > :-) > > OSlib: 0.1 This one has some serious bugs... I suggest you to get the cvs head, or at least the January 31st shapshot. > > First going to xlib and typing make install, gives the error that > ../config.mk did not exist, so I created one with just an empty line. Uhmm... This can be the reason for all the errors ;-) It is my fault: maybe writing the documentation in LaTeX was not that good idea... Anyway, you have to pick up the correct configuration file from the mk directory, and to copy it in config.mk. Cygwin is still not supported (sorry, I have not a cygwin installation for testing); if you use DJGGP, doing a copy mk\gnu.mk config.mk should be enough. > Why am I compiling it in the first place? > Because I want to prove myself that the bug I have with biosdisk in > freeDos32 comes from oslib. Thanks for doing this: it will help a lot!!! You may want to try the biosdemo and diskdemo examples, and to enable the debugging in xlib (by adding a -D__LL_DEBUG__ in C_OPT). Thanks, Luca -- _____________________________________________________________________________ Copy this in your signature, if you think it is important: N O W A R ! ! ! -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Occhialeria.it Scopri le migliori marche a prezzi imbattibili Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=879&d=9-7 |