Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12612 Discussions

compiling error in Nios II IDE

Altera_Forum
Honored Contributor II
997 Views

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.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
276 Views

Sorry, the problem has been solved by setting some of the system library property.

0 Kudos
Reply