Hi Norman, This sort of works. I made libc, libm and stdcxx static. Trouble is, you have to remove libm because of symbol duplication, then you can't get to some of the libm functions (e..g, sqrt).
Daniel
Generally, this is possible by removing the 'SHARED_LIB = yes' declaration from the respective build-description file. In your case, that would be 'libports/lib/mk/libc.mk'.
Cheers Norman