Closed jedahan closed 5 years ago
Merging #7 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #7 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 5 5
Lines 192 192
=======================================
Hits 176 176
Misses 16 16
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7c40f07...6219046. Read the comment docs.
I discovered this myself preparing my linux.conf.au project but hadn’t updated the project yet. Thanks for the PR
So I tried cross compiling using the readme
And a binary did result, but segfaulted on my raspberry pi zero w. The resulting file format is:
When I tried using
gnueabihf
, and pointed the cross tool torustcross/arm-unknown-linux-gnueabihf
, the resulting file format is:I am new to cross compiling, so I am not sure if this is some other problem with my pi, but would you mind trying out both and seeing if this is helpful?