- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
i am using Quartus 16.1 with gcc version 5.3. If i want to compile a simple project with c++ standard libraries, i'll get a linker error that the memory size is about 615000Bytes too small. That happens with also with all others STL containers. Has anyone else this problem or had anyone similar issues? I dont know what other information i can give you to explain why this happens, but no clue. I made a BSP, compiled it (no errors) and made a new NIOS Application and tried to use std::string -> error. If i make a C++ Application without strings everything is fine. Any help would be greatly appreciated, thanks. If maybe more info is needed say so :) Thanks! Edit: main.cpp looks like this:#include <string>
using namespace std;
int main()
{
string s = "Hello World!";
return 0;
}
Edit2: Maybe I should ask differently: Has anybody experience with developing software for the NIOS II target in C++ and has used some of the STL containers / strings? And maybe knows if there were some special settings that had to be made?
Screenshot_20161128_152231.jpg
(Virus scan in progress ...)
Link Copied
0 Replies

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