lf-edge / eve-rust

0 stars 1 forks source link

Enable cross compilation for applications #4

Closed rucoder closed 2 months ago

rucoder commented 2 months ago

Even though rust can do cross-compilation, it cannot do linking for target platform. We have to define target specific rustc options and have required toolchain installed as well as libraries for target platfrom

clang is a very good choice for cross-compilation unless we are going to build for some exotic targets

deitch commented 2 months ago

What is CI complaining about?

rucoder commented 2 months ago

What is CI complaining about?

@deitch It complains about tags, do you ALWAYS push? e.g. for PR builds before they merged to main?

deitch commented 2 months ago

No, it only pushes on tags. But it does check tags when building. I can check that area and see if I can fix it.

deitch commented 2 months ago

Try rebasing on main

deitch commented 2 months ago

Looks like the rebasing worked.