I'm compiling a busybox rootfs for a no-mmu architecture. The output from this compile is a ELF 32-bit LSB executable.
file _install/bin/busybox:
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, for GNU/Linux 2.6.32,
I would like to have a BFLT executable (the same as uclinux). How can I convert the ELF to BFLT or generate a BFLT file from busybox?
It's possible to do this without Buildroot?
Adding info:
- I'm using the toolchain arm-none-linux-gnueabi
- Building as static executable
- Option Force NOMMU build enable