This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RDOS support


Try out the attached file. By renaming rdos.s to rdos.S, make will use the gcc compiler to invoke the assembler for you and the bonus is you get to use it's preprocessor macros. Thus, you should be able to #include "user.def". I have attached the file with such a change. Try it out and see if works for you.

No, it still doesn't work. Instead of finding the include file, the assembler assumes all the gate numbers are symbols, and linking of applications will fail. This is the same as when the file was named "rdos.s".

Leif Ekblad
www.rdos.net/rdos




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]