|
From: Erick v. R. <er...@va...> - 2003-02-12 22:05:21
|
Well It looks like you didn't screw up anywere. I only got some minor warnings about some Makefile.dep missing. But it seemed to compile correctly. I also noted something important. to compile using OSX.2 you need to set gcc back to version 2.9 in staid of 3.1 You can do this by typing this in the terminal sudo gcc_select 2 this will set the gcc compiler to default 2.9 to go back to 3.1 just replace the 2 with a 3. Now about the regression testing. I found a makefile in /support/regression and ran it. It seems to process a lot of c file to compile. What do I do with the output (FAILURES etc). Erick On woensdag, feb 12, 2003, at 17:33 Europe/Amsterdam, Kevin Vigor wrote: > > On 11-Feb-2003 Erick van Rijk wrote: >> thanks to the "cleaned" makefiles for cpp2 I've been able to build a >> complete sdcc source from the CVS. > > I took the occasion to strip out a bunch of additional cruft from the > cpp2 > configure system. The changes are now committed; please let me know if > I've > screwed up somehow. > > Peace, > Kevin > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > sdcc-devel mailing list > sdc...@li... > https://lists.sourceforge.net/lists/listinfo/sdcc-devel > |