--- Quote Start ---
originally posted by mohana sundaram.s.v@Sep 1 2005, 07:58 AM
hi,
will nios processor support all c & c++ instructions?
i have six c++ programs & a verilog custom program. each c++ program takes input from files generated by other c++ programs. finally the data goes to fpga(custom program)& gets the output.
is there any restriction on data accessing from files. each data is a floating number or an integer. --- Quote End ---
NIOS uses the standard gcc compiler with the newlib library
If all the functions you use are available in the newlib library , then i see no reason why it should not work.
Check the newlib lib documentaion in your nios install for a list of funcs
regards
Pavan