You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme says about installation "cargo install" and ln -s $PWD/runtime ~/.config/helix/runtime.
I compiled helix on a Linux system and want to use the binary on other Linux system ( cross compile ). Executable hx is copied, scp, to the other system. The $PWD/runtime is put in a tarball and that tarball is extracted as ~/.config/helix/runtime on the other machine.
Upon starting hx I do get Illegal instruction.
What should I add and/or change to my cross compiled installation?
Reports like
I did a "cross compile" and a same installation, it worked for me.
This discussion was converted from issue #5358 on January 01, 2023 21:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The readme says about installation "cargo install" and
ln -s $PWD/runtime ~/.config/helix/runtime
.I compiled helix on a Linux system and want to use the binary on other Linux system ( cross compile ). Executable
hx
is copied,scp
, to the other system. The$PWD/runtime
is put in a tarball and that tarball is extracted as~/.config/helix/runtime
on the other machine.Upon starting
hx
I do getIllegal instruction
.What should I add and/or change to my cross compiled installation?
Reports like
are also appriciated.
Beta Was this translation helpful? Give feedback.
All reactions