Skip to content

Could not compile sample project on macOS #1

Open
@vbauer

Description

@vbauer

@thinkyhead Hello Scott, I've tried the following:

  1. Cloned https://github.com/thinkyhead/bAtariBasic
  2. Run: cd source && make // To compile bB
  3. Run: cd .. && mkdir bB
  4. Copied 2600basic, optimize, posprocess, preprocess tools to "bB" folder
  5. Copied "includes" folder to "bB" folder
  6. Copied 2600basic.sh to "bB" folder
  7. Changed all usages of tools to my compiled versions (ex: "posprocess" was changed to "./posprocess")
  8. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions