tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: BeastieBox, a (Net)BSD BusyBox-like
On Fri, Dec 5, 2008 at 4:44 AM, iMil <imil%home.imil.net@localhost> wrote:
> In both mode, entry point is named "command_<tool>" instead of main()
>
Just looking quickly at the code, you can avoid the "#ifdef BBOX
commant_<foo>() #else main() #endif" heavy logic and the
`commonfunc.sh' hack by using nm(1), objcopy(1) and symbol renaming as
done by crunchgen(1).
- Arnaud
ps: why are you using symbolic link rather than hard link ?
Home |
Main Index |
Thread Index |
Old Index