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

LWIP & NIOS II v5.0

Altera_Forum
Honored Contributor II
1,255 Views

Good afternoon, 

 

I have a little problem with LWIP StandAlone with the new release of the NIOS II IDE. 

 

In fact, when I create a new c/c++ application with  

LWIP web server example, the NIOS IDE say to me : 

 

"This software template is incompatible with this version of the IDE. As result, C build settings for this project will not be set from the template. 

 

Incompatible file : \lwip_web_server\.cdtbuild 

 

Please contact the provider if this software template fo an upto-date version. 

 

Have a nice day 

 

I thank you a lot 

 

Best regards 

 

Etienne
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
321 Views

You have to change project properties, manually. 

 

Projects proprerties > c/c++ build > general 

 

include these path 

 

../lwip-0.7.1/src/include 

../lwip-0.7.1/src/include/ipv4 

../lwip4hal/include 

../apps 

 

http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif
0 Kudos
Altera_Forum
Honored Contributor II
321 Views

 

--- Quote Start ---  

originally posted by bigmickey@Aug 31 2005, 07:47 AM 

you have to change project properties, manually. 

 

projects proprerties >  c/c++ build > general 

 

include these path 

 

    ../lwip-0.7.1/src/include 

    ../lwip-0.7.1/src/include/ipv4 

    ../lwip4hal/include 

    ../apps 

 

http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/wink.gif  

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=9436) 

--- quote end ---  

 

--- Quote End ---  

 

 

Bigmickey, 

 

those settings, they come from your projectdir?! And where exactly must I put them?! In your C/C++ build?! 

 

Cheers, 

 

Danny
0 Kudos
Altera_Forum
Honored Contributor II
321 Views

Woops, 

 

you where right bigmickey, it works.... Thanks a bundle http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/tongue.gif  

 

Cheers, 

 

Danny http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/ph34r.gif
0 Kudos
Reply