简体   繁体   中英

How to build ELF file for each applet in busybox?

Assume, my busybox has two applets: cat , touch and it runs on mips arch.

Now I want two ELF file (cat & touch) in order to run on mips , no shared lib, static.

How to do that?

According to this FAQ (see Installing Busybox ), you can create symbolic links to one Busybox binary each with a name of the utility you need. Then Busybox will detect as which utility it was invoked and behave accordingly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM