Guys when I build a C++ program it works if I have not included libc.a… However functions such as printf don't work. If I include libc then printf ect work bt c++ runtime such as templates, exceptions and lists fail.
Please guys, has anyone a suggestion?