https://github.com/msink/cygwin-cross-tools
Collection of cross-compilers running on windows (cygwin) and targeting linux and osx
https://github.com/msink/cygwin-cross-tools
Last synced: 3 months ago
JSON representation
Collection of cross-compilers running on windows (cygwin) and targeting linux and osx
- Host: GitHub
- URL: https://github.com/msink/cygwin-cross-tools
- Owner: msink
- Created: 2016-12-07T11:14:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T12:03:42.000Z (over 9 years ago)
- Last Synced: 2025-12-13T22:26:19.655Z (6 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cygwin-cross-tools
Collection of cross-compilers running on windows (cygwin) and targeting:
| platform | word size | compiler | version | prefix |
|-----------|:---------:|:--------:|:-------:|:--------------------------------|
| linux | 64 bit | gcc | 4.8.2 | x86_64-pc-linux-gnu- |
| linux | 32 bit | gcc | 4.8.2 | i686-pc-linux-gnu- |
| linux-arm | 64 bit | gcc | 4.9.0 | aarch64-unknown-linux-gnu- |
| linux-arm | 32 bit | gcc | 4.8.2 | armv7hl-unknown-linux-gnueabi- |
| osx | 64 bit | clang | 3.9.0 | x86_64-apple-darwin14- |
| osx | 32 bit | clang | 3.9.0 | i386-apple-darwin14- |
### installed packages:
- zlib-develop
### alternative download links:
- [Dropbox](https://www.dropbox.com/s/v568l2cpxnum7rz/cygwin-cross.7z)
- [Yandex Disk](https://yadi.sk/d/knCTnE4632SanY)