mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.7K
active users

#crosscompile

0 posts0 participants0 posts today

I have a friend, it's @neetx

they need to cross compile some small projects they use to create

and then debug them as if they were running on a different hardware platform

they usually use qemu to simulate running them on a different hardware and a cross compiler and a version of the gdb able to debug on the target hardware

the problem: discovering how to cross build a project is messy

how do I know which headers, which libs do I need ?