Hello everyone,
I'm hoping I can find someone that can make a little sense of this. I want to install my own programs on to my Buildroot image. I read the manual I get a fair bit of it but I don't really care if my programs are on the menuconfig I just want to build them.
Is there a simple way to do this? I use make files to build my programs they're very simple I don't know CMake or autotools.
In the past I've built binaries on my pi and copied everything. But my Buildroot has different version libraries so I'm having to maintain several versions of libraries when I could somehow build against the the Buildroot ones and call it a day.
I'm hoping someone knows a way to do this or has knowledge of a guide that might help?
I'm building from a fully updated Linux Mint Box to target raspberry Pi 0 W if that is of any help.