Skip to content

Commit

Permalink
Merge pull request #31 from ckormanyos/binpac_notes
Browse files Browse the repository at this point in the history
Add BinPac v1.2 notes
  • Loading branch information
ckormanyos authored Jan 10, 2024
2 parents 2c2cad1 + d19f522 commit 8f665b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ $(PATH_BIN)/refapp.8xp :
@-$(CC) $(CFLAGS) -o $(PATH_BIN)/refapp.ihx $(PATH_SRC)/app/app_main.c $(PATH_OBJ)/app_led.rel $(PATH_OBJ)/app_led_util.rel $(PATH_OBJ)/app_hello.rel $(PATH_OBJ)/crt0.rel $(PATH_OBJ)/mcal_gpt.rel $(PATH_OBJ)/os.rel
@-$(ECHO) +++ creating binary $(notdir $(PATH_BIN)/refapp.bin)
@-$(OBJCOPY) -Iihex -Obinary $(PATH_BIN)/refapp.ihx $(PATH_BIN)/refapp.bin
@-$(ECHO) +++ creating on-calc app $(notdir $(PATH_BIN)/refapp.8xp)
@-$(ECHO) +++ creating on-calc image with BinPac8x v1.2 $(notdir $(PATH_BIN)/refapp.8xp)
@-$(MV) $(PATH_BIN)/refapp.bin refapp.bin
@-$(PYTHON) binpac8x.py refapp.bin
@-$(MV) refapp.bin $(PATH_BIN)/refapp.bin
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ The build system:
- The build system uses GNUmake with a straighforward [`Makefile`](./build/Makefile).
- The build system is supported on both `Win*` and `*nix`.
- The `Win*`-build requires a small selection of ported `*nix` tools. These are included in the [`wbin`](./build/tools/UnxUtils/usr/local/wbin) directory.
- The on-calculator image is packed by [BinPac8x v1.2](https://www.cemetech.net/news/2010/6/389/_/binpac8x-v12).
- Build results including HEX-File and the on-calculator image `refapp.8xp` are placed in the `bin`-directory.

### Build on `Win*`
Expand Down

0 comments on commit 8f665b9

Please sign in to comment.