https://github.com/andy-y-li/stcheader
Transfer STC (Keil) head file to SDCC.
https://github.com/andy-y-li/stcheader
header-files keil sdcc sdcc-compiler stc
Last synced: about 1 year ago
JSON representation
Transfer STC (Keil) head file to SDCC.
- Host: GitHub
- URL: https://github.com/andy-y-li/stcheader
- Owner: andy-y-li
- Created: 2020-04-28T06:06:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T02:09:11.000Z (about 6 years ago)
- Last Synced: 2025-01-23T01:22:47.996Z (over 1 year ago)
- Topics: header-files, keil, sdcc, sdcc-compiler, stc
- Language: Shell
- Size: 153 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Transfer STC head file to SDCC
Transfer STC (Keil) head file to SDCC.
### Installation
```
$ ./configure
$ make
$ make install
```
### Usage
```
stcHeader [-h] [ -s source_header] [ -d dest_header]
-h : this help
-s : source header
-d : dest header(default: stdout)
e.g
$ stcHeader -s stc8.h -d sdcc_stc8.h
```