Tools & Macros for Orix devs
- asm: Assembly sources
- include:
- macros: SDK Macros
- examples: examples
- bin : binaries/tools
- cfg : cfg for relocbin and cl65
Relocbin is a script which convert a static binary (built with telestrat target and cfg included) into a relocatable binary format for orix
You need to build your binary with normal telestrat target :
Then build again with your binary with the cfg in cfg/ folder of orix-sdk
usr now relocbin :
python3 relocbin3.py 800 900 2 mybin
At this step, mybin is now a relocatable format which is recognized with kernel v2021.3 only