Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWhy there is no response for my app on uclinux
I manage to make my code running on uclinux, but there is no response. just as follow: />./test.bflt /> /> why does this happen? I build it on nios IDE for windows, and use # nio...
Altera_Forum
Honored Contributor
20 years agoyeah, it seems NIOS2 IDE has stdlibc++, I compile it and use elf2flt to convert it to flat format. but it couldn't work. Sometimes it tell me reloc outside, sometimes no response. So I get confuse. Maybe CDK from Microtronix could help.
thx for your clue. So there is no perfect way (of course for free-fee) to make a C++ toolchain, is it? By the way, does elf2flt -r means to run with out load? I'm confuse about the parameters in elf2flt. And someone said elf2flt just strips the symbol and debug info from elf and make the header simple, is that right?