https://github.com/code-hex/musl-cross-make-arm64
Run musl-cross-make on arm64
https://github.com/code-hex/musl-cross-make-arm64
Last synced: about 1 month ago
JSON representation
Run musl-cross-make on arm64
- Host: GitHub
- URL: https://github.com/code-hex/musl-cross-make-arm64
- Owner: Code-Hex
- License: mit
- Created: 2022-10-10T06:31:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T00:28:43.000Z (over 1 year ago)
- Last Synced: 2025-04-15T09:37:54.255Z (11 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# musl-cross-make-arm64
Easily build static-friendly musl-based GCC on arm64 Linux cross-compilers based on [richfelker/musl-cross-make](https://github.com/richfelker/musl-cross-make).
## Requirement
- At least 2GiB RAM
- Environment which is able to build linux
- Because build Linux headers
If you use ubuntu, you can get the envirioment with just installing these packages.
```
$ sudo apt-get install libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf llvm
```
## Usage
```
$ ./build.sh
```