Hi Andreas, It seems I was under the wrong impression that there was a makefile in the package. I can't find it.
The file you found is in the source package or straight from subversion. It is makefile.in and must first be run through the configure script to create the actual makefile. But you could also copy it to "makefile" and replace @srcdir@ etc manually with the paths to the correct directories. If you build sdcc from the sources it's as easy as adding the required options to makefile target "models" before running make. Maarten > Hi Marten, > > I use MacOS X.4.8, so it is a UNIX :-) > And i found the makefile but when I invoke make I get quite a few > Error Messages: > > makefile:198: @srcdir@/incl.mk: No such file or directory > makefile:408: Makefile.dep: No such file or directory > makefile:410: @srcdir@/clean.mk: No such file or directory > make: *** No rule to make target [EMAIL PROTECTED]@/clean.mk'. Stop. > > Sorry when I bother you with this kind of "non makefile experienced" > user problems bt the makefile is quite complicated. > > Thanks, > Andreas > > > Am 04.02.2007 um 17:39 schrieb Maarten Brock: > > > Andreas, > > > > I assume you use some sort of *nix. Look in > > /Developer/sdcc/share/sdcc/lib/src > > It should have the sources and a makefile if I'm not > > mistaken. It requires only a little tweak of the command > > line parameters and output directory. Otherwise there's > > also a makefile in the sourcetree yes. > > > > One other caution: don't mix compiling some files with > > different options than others when using --xstack, -- > > model-xxx, --stack-auto, --callee-saves. > > > > Maarten > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
