I have a binary which I need to get working on an embedded system which uses uclibc, the binary was compiled against glibc, should this work? I get an error saying that the binary doesn’t exist when I try to run it, so I checked what libraries were missing. I was able to symlink all of these but one to
Tag: uclibc
How to modify the source of Buildroot packages for package development?
I’ve been using buildroot in order to build a toolchain using uclibc. Now, buildroot downloads all the packages, extract them and build them all.. I want to change the toolchain’s uclibc source and then recompile the toolchain with the new source and i just can’t understand how it can be done in the pretty way.. After it finishes building, all