Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNIOS IDE and makefile problems kill me.
hi :) sorry for my poor eng. I'm kor. student and trying to compile h.264 decoder (jm86.zip) for NIOS II, using NIOS IDE tool but I faced big fat desperate problem. I have makefile( for.....
Altera_Forum
Honored Contributor
20 years agoyour program need os support.
you may try uClinux. http://nioswiki.jot.com/%c2%b5clinux (http://nioswiki.jot.com/%c2%b5clinux) it is easy to run makefile. CC = nios2-linux-uclibc-gcc unzip -a jm86.zip but your codes are not clean for gcc. it seems they are for vc. (bad coding style). global are mixed up in global.h , they should be extern .