Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify apple2enh-asm.cfg config to avoid linker errors. #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Specify apple2enh-asm.cfg config to avoid linker errors. #2

wants to merge 3 commits into from

Conversation

KrisKennaway
Copy link

I needed to add this flag to get the current version of ca65 to work, otherwise it defaults to apple2enh.cfg which is the C linker config, which dies with:

ld65: Warning: /usr/local/Cellar/cc65/2.17/share/cc65/cfg/apple2enh.cfg(49): Segment STARTUP' does not exist ld65: Warning: /usr/local/Cellar/cc65/2.17/share/cc65/cfg/apple2enh.cfg(49): Segment INIT' does not exist
ld65: Warning: /usr/local/Cellar/cc65/2.17/share/cc65/cfg/apple2enh.cfg(49): Segment ONCE' does not exist ld65: Error: /usr/local/Cellar/cc65/2.17/share/cc65/cfg/apple2enh.cfg(18): Start address of memory area BSS' is not constant

…e .dsk image to be rewritten upon floppy eject (which would spam our changes). Add some comments while I'm in here.
@KrisKennaway
Copy link
Author

Uh I don't understand how to git, this branch now also contains fixes for #3

I'll try to work out how to revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant