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 agoAFAIK memory.h isn't a standard C library include file so it looks like your source code was designed to be compiled on some targets, but not all. You will find out that most embedded targets, including the Nios II, use C libraries that are much more restrictive than what you find on bigger operating systems. You will probably need to go into each error you have when trying to compile your source and fix your code to me more cross-platform.