Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNiosII
hi I have a source code of compression vidéo (h.264 ,jpeg) how is exécutable in visual studio c++,my problem is how to implement this code in NiosII ,how to convert this source code in niosII. th...
Altera_Forum
Honored Contributor
13 years agoThere is no general answer to that. Go through the errors one by one and fix them. If you have a missing header file, find out in the original code why this header file was needed, and how you can replace the relevant code in a way that will work on the Nios platform (or even better, change it to portable code).