lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Ez80 porting - errors with label length


From: Leon Woestenberg
Subject: Re: [lwip-users] Ez80 porting - errors with label length
Date: Mon, 07 Jun 2004 21:29:48 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hello,

address@hidden wrote:


Thanks for the feedback, I will chase this with the vendor... If zilog
>
Please do so and ask for their implementation specifics.

tell's me to get rooted then I will be coming back to the list and asking
nicely to get the function name reduced in length so it fits.

A minimum of 6 character for external function identifiers (as per the C89 standard) would not be acceptable for lwIP, given that we use module
name prefixes everywhere (tcp_, udp_ etc) eating too much namespace then.

This minimum limit was really imposed to help some linker and debugging
tools at that time (which were rather limited).

However, we could sure come up with shorter names for the functions you
mentioned.

Leon.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]