OpenTCP in CW

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OpenTCP in CW

2,310 Views
RChapman
Contributor I
This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.
 
Posted: Fri Apr 15, 2005 8:32 pm  
 
Hi,
just tried to compile this:
http://freescaleotcp.sourceforge.net/pages/home.html
with codewarrior, ended up to some errors in time/date functions.

Has anyone compiled this with success ?
 
Posted: Mon Apr 18, 2005 6:58 pm    
 
Talking to myself here,
Problem is/was in file "TIMEDATE.C".
There is SINT8 used, but it should be INT8.
Also had to add
#define __USE_ASCTIME in the same file.

So now it compiles.
Labels (1)
0 Kudos
0 Replies