Lars Wikman

Results 111 comments of Lars Wikman

nerves_bootstrap PR: https://github.com/nerves-project/nerves_bootstrap/pull/332

Entirely fair. I'm fine with these PRs idling or being closed and we go in for it when it feels ready.

I think we handled it with that env var in the end. I see it in the PR at least :)

It also reproduces if you: ``` mix archive.install hex nerves_bootstrap mix nerves.new ccortex cd ccortex # add to mix.exs deps: ortex and nx export MIX_TARGET=rpi4 mix deps.get mix firmware ```

Confirmed that it the issue exists on 1.10.0 which is current latest :)

It seems weird that the log output indicates the TARGET to be x86.

Would love it if you can :)

The initial problem is not the libonnxruntime. The initial problem is the TLS library for the HTTP client. I think I fixed it: ``` index 4052470..f401cd0 100644 --- a/native/ortex/Cargo.toml +++...

Make sure we have the aarch64 target that exists in ortex's `.cargo/config.toml`. ``` rustup target add aarch64-unknown-linux-gnu ``` ``` export CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu ```` The error is then in cross-compilation fun-time land:...

I believe those should be set but I'm not sure they survive Rustler -> Cargo and friends.