This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lwip stack problem with printf


Hi,
I am using lwip stack. I have successfully compiled ecos source code with lwip_eth template.
But when I am trying to compile my application, I am getting following errors:
1. undefined reference to `printf'
2. undefined reference to `strcmp'
I have found that there is no LIBC support in lwip_eth template. So I have added those packages.
But in that case my system hangs when it is trying to execute printf function.


Please tell me how to solve this problem.

Thanks in advance.

Tathagata

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]