LanHikari22 / C-ROM-Linker

This is a C ROM Linker that essentially takes a relocatable combined object file of a C project and injects all global variables and functions from the object file into the ROM file! You can compile and link your C project directly into a game ROM! This is currently only supporting the ARM7TDMI architecture.
1 stars 0 forks source link

Absolute path issues with runBatScript() #3

Open LanHikari22 opened 6 years ago

LanHikari22 commented 6 years ago

spaces break it. still not sure how to fix cuz it's a bit tricky