Cross-compilation problems #2088
Replies: 4 comments 5 replies
-
Before diving deeper into cross-compilation: what error do you get when compiling on the Raspberry Pi 3 itself? I think it should be capable of compiling using |
Beta Was this translation helpful? Give feedback.
-
That isn't the fault of your software. As the RPi3 just hangs, probably due to IO wait (edit: or overheating). I'm running a µSD card for a few years, with/after different experiments, so it might just be too worn out. This is what I was trying just before this post, with the last messages.
I'm trying now to move the |
Beta Was this translation helpful? Give feedback.
-
How can I check what features were compiled in?
Edit: is there a mistake in the The build documents read:
While the tutorial reads:
Edit 2: compiling with |
Beta Was this translation helpful? Give feedback.
-
This is the output of When I've came back a few days later I've discovered that there is a different
And I'm stumped, as I didn't ever have such issues with Edit: something doesn't sit right with me. I thought I made a mistake and built without
Yet, when I corrected my mistake I saw this:
In summary:
Edit 2:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit: on hold, as I was trying to compile on an unclean tree from HEAD.Nope, checking out
v0.28.1
andmake clean
did not help.As my Raspberry Pi 3 cannot handle compiling
step-ca
and prebuilt packages aren't compiled with Yubikey support for some reason (see also my other discussion [1]), I'm trying to cross-compile.…with measly results, even after fiddling with Go versions, compile environmental variables:
[1] #2087
Beta Was this translation helpful? Give feedback.
All reactions