Altera_Forum
Honored Contributor
19 years agoI want to port Live Media but no C++ support.
There is a small build RTSP server in www.live555.com.
But the code is written in C++, and NOW there is no free C++ compiler for nios 2 with uclinux. I tried g++ in NIOS IDE 5.0 with Microtronix uclinux and uclibc, then convert it using elf2flt, but there is no response on board when running it. Hippo said g++ in NIOS IDE is using stdlibc++ which is not supported by uclinux. And format convertion is more complex then using just a command elf2ft. Is there anybody who has idea about this. thx a lot.