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: 8 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T07:44:51.000Z (about 1 year ago)
- Last Synced: 2024-10-24T05:34:48.728Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- 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
```