Altera_Forum
Honored Contributor
17 years agocompiling error in Nios II IDE
I was trying to run an example FTXL application which came from
FTXL Developer's Kit 1.0 (including Patch 1). Currently, I'm using NIOS II IDE v.8.0 which came with Cyclone III FPGA Starter Kit v.8.0.0. Here is the end part of the console of [FTXL_Simple_0_syslib] ... ... Compiling altera_avalon_timer_vars.c... Compiling epcs_commands.c... Compiling os_core.c... /cygdrive/c/altera/80/nios2eds/components/micrium_uc_osii/UCOSII/src/os_core.c: In function `OSEventPendMulti': /cygdrive/c/altera/80/nios2eds/components/micrium_uc_osii/UCOSII/src/os_core.c:533: error: structure has no member named `OSTCBMsg' make: *** [obj/os_core.o] Error 1 It seems that I have an error to compile the project somewhere related to uC/OS-II. According to the manual related to this simple example, all I need to do is 'clicking' the build all button. I'd appreciate it if anyone direct me to solve this problem.