armv6 binaries
See original GitHub issueHello,
I discovered that the latest release of pkg-fetch (2.5) does not have any armv6 binaries in the downloads section.
The previous release (2.3) did have armv6 binaries.
This causes 404 when you try and compile for armv6. For instance,
sudo pkg . -t node6-armv6
causes
> pkg@4.3.0-beta.1
> Fetching base Node.js binaries to PKG_CACHE_PATH
fetched-v6.11.5-linux-armv6 [ ] 0%
> Error! 404 Not Found
https://github.com/zeit/pkg-fetch/releases/download/v2.5/uploaded-v2.5-node-v6.11.5-linux-armv6
> Asset not found by direct link:
{"tag":"v2.5","name":"uploaded-v2.5-node-v6.11.5-linux-armv6"}
> Not found in GitHub releases:
{"tag":"v2.5","name":"uploaded-v2.5-node-v6.11.5-linux-armv6"}
> Building base binary from source:
built-v6.11.5-linux-armv6
> Error! Not able to build for 'armv6' here, only for 'armv7'
Operating System: Raspbian Hardware: Raspberry Pi 3
Thanks, IannothSlurgh
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
Native binaries for ARMv6 (Pi Zeros) are incompatible. #28
As noted in issue #27, the native builds for ARMv6 (Pi Zeros and all Generation 1 models) are not working. The 32-bit binaries...
Read more >How to compile freestanding binary for ARMv6? - help
Hey, The overall goal is to compile a simple kernel for my raspberry pi zero which simply blinks a LED. I have created...
Read more >Unofficial ARM tarballs for Go - Dave Cheney
There is no material performance difference running an ARMv6 binary on an ARMv7 system. These are unofficial tarball builds of the Go language...
Read more >Downloads - The Go Programming Language
After downloading a binary release suitable for your system, please follow the installation ... go1.19.4.linux-armv6l.tar.gz, Archive, Linux, ARMv6, 111MB ...
Read more >Cross compilation TensorFlow Lite with CMake
Note: Binaries built with GCC 8.3 require glibc 2.28 or higher. ... This instruction shows how to build ARMv6 binary which is compatible ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Einstein42 Try this solution https://github.com/zeit/pkg-fetch/issues/33
Anyone knows how to manually create binaries?