Forum Discussion

SDe_J's avatar
SDe_J
Icon for Occasional Contributor rankOccasional Contributor
10 months ago

Compiing uC-TCP-IP for NiosV

Hi Intel Forums,

I'm trying to build the simple socket server for an Agilex 7 devkit. I've got the NiosV processer and peripherals set up via platform designer and I've built a BSP with includes the 'uC-TCP-IP' libraries. Unfortunately when I try to build the C project in RiscFree, I get this error:

[ 77%] Building C object bsp/CMakeFiles/hal2_bsp.dir/uC-TCP-IP/uC-LIB/lib_math.c.obj

<MY LOCAL PATH>/software/bsp/uC-TCP-IP/uC-DHCPc/OS/uCOS-II/dhcp-c_os.c:166:9: error: unknown type name 'OS_TMR'

166 | static OS_TMR *DHCPc_OS_TmrPtr;

| ^~~~~~

Is there something I need to include to solve this error?

Let me know if there's more information I can provide. If needed I can share the whole project or the qsys file.

Thank you,
Sam

3 Replies