logoalt Hacker News

drdexebtjltoday at 2:00 AM1 replyview on HN

>native builds

This is the complete opposite way, actually.

We need cross-compiling that is just as effortless as native compilation.

You should be able to build complex software on a powerful computer and perform costly optimization, then run it on a low-powered device.


Replies

joezydecotoday at 2:59 AM

Yocto and Buildroot will compile, from scratch, an entire gcc crosstool chain with standard library suite and headers to build fast and then deploy to your target. This exists.

show 1 reply