From mboxrd@z Thu Jan 1 00:00:00 1970 From: macbiesz@optonline.net (macbiesz@optonline.net) Date: Tue, 04 Nov 2003 13:18:42 -0500 Subject: 32V update (was Re: [TUHS] While on the subject of 32V ...) Message-ID: <1156fee30.ee301156f@optonline.net> You should make some kind of status log, showing what parts of the system have been ported, and what still needs to be done. That would make it easier for others to help out. Maciek ----- Original Message ----- From: Wesley Parish Date: Tuesday, November 4, 2003 4:56 am Subject: Re: 32V update (was Re: [TUHS] While on the subject of 32V ...) > I'm trying to work out whether or not gcc takes a look at its own > header files > before or after it looks at the ones I've set it to look at - I got > some > weird warnings and error messages before I expanded the -I to > > gcc -I./../../include -I./../../include/sys -I./../sys/h > > Still need the *.s files in the libraries dealt with, and as > before, I know > nothing of the VAX assembler syntax and mostly x86 in Intel syntax. > > If anyone wants to join in with this, I would be very, very grateful. > > Wesley Parish > > P.S. I've got to redo the utilities - I think that once I get the > libraries > sorted out, the utilities will be easy meat.