Open
Description
@thinkyhead Hello Scott, I've tried the following:
- Cloned https://github.com/thinkyhead/bAtariBasic
- Run: cd source && make // To compile bB
- Run: cd .. && mkdir bB
- Copied 2600basic, optimize, posprocess, preprocess tools to "bB" folder
- Copied "includes" folder to "bB" folder
- Copied 2600basic.sh to "bB" folder
- Changed all usages of tools to my compiled versions (ex: "posprocess" was changed to "./posprocess")
- Copied "samples/draw.bas" to "bB" folder
10 Finally, run "./2600basic.sh draw.bas"
The result:
➜ bB git:(master) ✗ ./2600basic.sh draw.bas
Starting build of draw.bas
bAtariBASIC v1.1 (c)2005-2017
./2600basic.sh: line 9: 50042 Done ./preprocess < "$1"
50043 Segmentation fault: 11 | ./2600basic -i . > bB.asm
Compilation failed.
Could you please help me with this issue?
Metadata
Metadata
Assignees
Labels
No labels