Additional libraries required for SDCC compilation - roybaer/sdcc-wiki GitHub Wiki
With introduction of optimized register allocation (optralloc) in SDCC 3.1.0, some SDCC source files are compiled with C++ compiler and some additional libraries are required:
- Standard Template Library - STL: http://www.sgi.com/tech/stl/, http://stlport.sourceforge.net/ (usually included in C++ compiler installation)
- Boost C++ Libraries: http://www.boost.org/
- STX B+ Tree C++ Template Classes: http://idlebox.net/2007/stx-btree/ (optional; if not installed, standard STL set and map containers are used)