[BusyBox] networking/udhcp/packet.c:122: error: storage sizeof `dest' isn't known

Josh Goebel josh at dwgsolutions.com
Wed Dec 24 08:50:47 UTC 2003


I got around this by adding the following to the top of tar.c and
script.c to make sure busybox can reference vfork all the time...
someone please tell me if I'm going about this all wrong.

------ ADDED THE FOLLOWING ------
#if defined(__UCLIBC__) && defined(__UCLIBC_HAS_MMU__)
#define vfork   fork
#endif
------ END ADDITION ------

Josh

-----Original Message-----
From: Josh Goebel [mailto:josh at dwgsolutions.com] 
Sent: Wednesday, December 24, 2003 2:44 AM
To: 'busybox at mail.busybox.net'
Subject: RE: [BusyBox] networking/udhcp/packet.c:122: error: storage
sizeof `dest' isn't known

This gets the compile to go way to the end without error and then...

./archival/archival.a(tar.o)(.text+0xa1c): In function `writeTarFile':
: undefined reference to `vfork'
./networking/udhcp/udhcp.a(script.o)(.text+0x472): In function
`run_script':
: undefined reference to `vfork'





More information about the busybox mailing list