Forum Discussion
Altera_Forum
Honored Contributor
19 years agoLwip basic question
Hi all, I'm starting with lwip, but have some problems with functions calling. I`m trying to create a simple UDP connection, the code is as follows: #include <stdio.h># include "lwip...
Altera_Forum
Honored Contributor
16 years agoGreat thanks !
--- Quote Start --- cc.h is your platform dependent include file - start with another from the contrib folder as a starting point for yours. --- Quote End --- I found http://cvs.savannah.gnu.org/viewvc/contrib/ports/?root=lwip is there a nios ii port ? All I have found is that Altera don't use LwIP anymore. For cc.h, we have just to typedefu8_t;
s8_t;
u16_t;
s16_t;
u32_t;
s32_t;
# define BYTE_ORDER LITTLE_ENDIAN You mentioned Altera TSE driver, but it is "designed" for InterNiche stack and ucOS II. Not simple.