- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello fellows,
I need to port some code for uClinux for NIOS1, which requests libstdc++ library (STL is the main part of this library). But I found, that libstdc++ is not the part of the uClinux distribution :-( So now I ask you, whether you tried to port this library from general opensource distribution - I suppose using port from www.stlport.org. I am also trying to make a port, but it is very complicating, since the the nios-elf-gcc has limited functionality and C libraries in the uClinux distribution does not have all the features like the normal linux C library. Thanks a lot, JanLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AFAIK, libstdc++ is in test phase (judging by the number of posts on the uclibc mailinglist), and not fully supported. It's work in progress.
I would assume the lack of "fork" is one of the major problems for processors without mmu. From some comments in the code of the compiler (IIRC), there is a NIOS processor in the works that has MMU; which would be much better than it is now... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/unsure.gif
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page