Forum Discussion
Altera_Forum
Honored Contributor
20 years agoThe latest update of elf2flt onto builtroot still has problem.
If you use the latest buildroot-snapshot.tar.bz2 with elf2flt included, you have to remove it, and use the downloaded patch elf2flt.diff in post#2. Remove the first part for toolchain/Config.in from file buildroot/dl/elf2flt.diff And apply the patch.cd buildroot
rm -rf toolchain/elf2flt
patch -p1 <dl/elf2flt.diff Then follow the procedures in post#2.