It had been a while since I built a new version of sdcc and I forgot the 
procedure for building extra device libraries.  I just want to send out 
a few pointers for anyone else.  (Also probably for me in the future. ;)

The device libraries are built from sdcc/device/lib.

The list of mcs51 models are located in sdcc/device/lib/incl.mk,  to 
build the huge memory model library you need to do make this change:

< MODELS = small medium large huge
---
 > MODELS = small medium large


To build the normal and stack-auto variants do this:

cd sdcc/device/lib && make models model-mcs51-stack-auto

after this finishes, from the root sdcc directory re-do

make install




a*

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to