Quantcast
Viewing all articles
Browse latest Browse all 4867

C/C++ • Re: Cross-targeting for aarch64 / armhf bullseye and buster

So, I am looking to keep things as simple as I can. I have CMakeLists.txt for my projects, I have a bunch of tool chains, and no real clue where to go from there.
So that suggests you're geared up for cmake and all the stuff that brings with it.

https://cmake.org/cmake/help/book/maste ... CMake.html
Indeed, that covers most of what I was looking for (how did I not find that before?)
A quick read through seems to answer quite a few queries.

I have a couple of outstanding issues. If I have dynamic dependencies, such as, for instance sqlite3, what is a good method to provide everything I would need, such as header files and .so files ? Since I'm building for armhf and aarch64, I can't just use apt to download and install a .deb, after all.

Thanks

Statistics: Posted by SteveSpencer — Sat May 04, 2024 8:39 am



Viewing all articles
Browse latest Browse all 4867

Trending Articles