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 agoI have no idea what the memory.h file includes, it doesn't seem to be standard C. In C you can just use the standard malloc() and free() functions to allocate or free a buffer.