mcandre / rez

C/C++ task runner
Other
3 stars 1 forks source link

statically link precompiled binaries #44

Closed mcandre closed 2 years ago

mcandre commented 2 years ago

One downside to emulation-less, virtual machine-less, Docker-based cross compilation is these kinds of surprises that only show up once ya test the precompiled binary on a real system. That happens when racing away from tonixxx to snek.

We have some useless linkages remaining in the existing archived binaries.

Don't say Landley didn't warn us.

https://youtu.be/Sk9TatW9ino

Need to fix these in the rez CMakeLists.txt file, test on a shiny new RPi. And then go back and improve the snek C example make script as well.