Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

C++ supporting

Altera_Forum
Honored Contributor II
1,135 Views

Hello forum 

 

I m looking for hard R.T O.S for NIOSII that supports C++ (namespaces,templates,init global constractors, poratable C libraries etc..). 

 

Is anyone works on NIOSII /microC/OSII platform with C++ ? 

Are there some limitiations and C++ issues that not supported ?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
195 Views

Hi 

we are using C++ and MicroC/OS-II.  

We wrote a Class for Tasks to make taskhandling easier. 

In other functions were are using the OS functions with out problems from c++ and c.  

 

What we did not use were special names space and so in regards of the OS. It is not required for our application. 

 

Karsten
0 Kudos
Reply