[uClibc]using uclibc help

Oliver Dawid od at fet.uni-hannover.de
Wed May 2 12:03:47 UTC 2001


hi cory,

> I was wondering if anyone had a reference as to how to port programs to
> uClibc. Something that's relatively simple, I'm sure some software can be
> near impossible to port.

afaik the is no howto for porting software. the best thing is to grep for
functions in the uclibc includes. in most cases you just have to play
around with some header files.

> For example, I'm trying to compile "aps"
> (http://www.swrtec.de/swrtec/clinux) and very small network monitoring
> tool. The only functions uClibc lacks that aps uses it htons() and atoi().
> I'm sure I could figure out how to implement these in other ways, but I'm
> sure someone else has done this already.

htons() is in netinet/in.h
atoi() is in stdlib.h

do you have the newest version of uclibc?

od


-- 
   Oliver Dawid * O.Dawid at gmx.de * http://www.fet.uni-hannover.de/~od/






More information about the uClibc mailing list