how to work on picture viewer examples in NIOS II
hai friends i am arun, i am just a starter for Altera . i am having a Nios II embedded development kit cyclone III edition . i installed the free package given by altera. on working in design examples given in EDK ,i can see picture viewers, webservers ..etc in the examples folder. in that i took the sof file which is already given for picture viewer and fuzed in to FPGA using quartus programmer, then i opened the nios II IDE to build the software file for the processor, in the nios C/C++application project ,in the target processor option i choosed picture.ptf and cpu, and in the project name i choosed blank project instead of other templates given. then the tools has created a folder for me in one location then i copied the picture_viwer.c from app folder and pasted in blank project and then on refreshed the blank project in IDE , i can see the picture_viwer.c included in it, the i gave build option, after few minutes i saw so many errors saying that few files are not there, the i searched for all the missing files and copied in the blank project folder. after doing that also i finding errors saying unable to parse * token in UCOSII.h like that. so please tell me the procedure for running this project in to NIOS II processor.