Skip to content
#

cross-compilation

Here are 67 public repositories matching this topic...

drbh
drbh commented Jan 5, 2020

After following the examples I still was running into compilation errors because of these missing files
Scrt1.o: and crti.o`

It seemed I was missing g++ so I had to run the following apt-get

sudo apt-get install g++-arm-linux-gnueabihf

now you should be able to see the files in the right place with

find /usr -name crt1.o
RalfJung
RalfJung commented Apr 13, 2020

xargo CI is failing with a strange ICE:

thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', src/librustc_middle/ty/query/on_disk_cache.rs:456:17

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

error: internal compiler error: unexpected panic

note: the compiler unexpect
illegalprime
illegalprime commented Apr 28, 2019

the micro image currently doesn't have enough free space to boot (currently an extra 20MB of space is given to it). possible solutions:

  1. figure out what's taking up so much space at boot and minimize it (hardest)
  2. make the boot-resizing process take up less space in extra utils (harder)
  3. load a mini image and see how much extra space it takes up compared to how much it started with, u

Improve this page

Add a description, image, and links to the cross-compilation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cross-compilation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.