Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxlgv/binutils-kex
Resurrection of "binutils" by Serge for KolibriOS
https://github.com/mxlgv/binutils-kex
binutils kolibri kolibrios
Last synced: 9 days ago
JSON representation
Resurrection of "binutils" by Serge for KolibriOS
- Host: GitHub
- URL: https://github.com/mxlgv/binutils-kex
- Owner: mxlgv
- License: gpl-3.0
- Created: 2020-10-12T16:59:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T17:42:45.000Z (about 4 years ago)
- Last Synced: 2024-02-04T23:36:24.871Z (9 months ago)
- Topics: binutils, kolibri, kolibrios
- Language: C
- Homepage: https://vk.com/turbocat2001
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# binutils-kex
### Description:
**[Serge's](http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fcontrib%2Ftoolchain%2Fbinutils%2Faa82d1856686feabbdbbb8959ceb57163) modified binutils for "KolibriOS" (configured for output via console.obj)**
### Compilation:
make && make compress
### Usage example:**Use ar to create the .a library:**
ar -crs libtest.a test1.o test2.o test3.o