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++

Compiing uC-TCP-IP for NiosV

SDe_J
New Contributor I
252 Views

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

 

0 Kudos
3 Replies
JingyangTeh
Employee
198 Views

Hi


You would need to edit the BSP settings for the Nios V.

Please follow the steps below:

https://www.intel.com/content/www/us/en/docs/programmable/726952/22-1-21-2-0/configuring-the-bsp.html


Regards

Jingyang, Teh


0 Kudos
JingyangTeh
Employee
145 Views

Hi


Do you have any update on this case?

Are you able to compile the example desing after the BSP configuration?


Regards

Jingyang, Teh


0 Kudos
JingyangTeh
Employee
110 Views

Hi


As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


Regards

Jingyang, Teh


0 Kudos
Reply