The debian (armhf) package created using source doesn't work on Beaglebone #5964
-
I have followed the below steps to generate the armhf package,
Error in Beaglebone terminal
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 20 replies
-
I wonder if something is wrong with your commands. Did you check the documentation? I left armhf long ago and would not like to get back into 32-bit, but this intrigues me. |
Beta Was this translation helpful? Give feedback.
-
Have you checked this thoroughly: https://coder.com/docs/code-server/latest/CONTRIBUTING#build I think that could be the solution? I don't know, honestly my computer is not powerful to build code-server. |
Beta Was this translation helpful? Give feedback.
-
Hi @im-coder-lg , @code-asher , Could you please share the steps for cross-compilation. I couldn't find the steps for cross compilation in the code-server documentation. |
Beta Was this translation helpful? Give feedback.
-
Hi @im-coder-lg @code-asher , I hvve followed the commands mentioned in release.yaml,. Facing issue in executing code-server in beaglebone with generated package. The following steps followed to build
I'm using 64-bit machine to generated package for 32-bit Beaglebone. Able to generate package with above commands and installed in Beabglebone. But, failed to execute and showing following error, Looks something I miss here. Could please let me know, any idea on this issue.
|
Beta Was this translation helpful? Give feedback.
Hi @im-coder-lg @code-asher , I hvve followed the commands mentioned in release.yaml,. Facing issue in executing code-server in beaglebone with generated package.
The following steps followed to build
.deb
package as per release.yaml,