-
Notifications
You must be signed in to change notification settings - Fork 27
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
Rom rev48 cannot be built: "ld65: Error: Cannot use -Ln twice" #363
Comments
I'm not sure how you're getting this error. Which OS and shell are you running? I also can't find the version of cc65 you're referencing. The last actual release of cc65 was in 2020, version 2.19, and I think that still builds assembly language programs like the ROM just fine. We typically use the top of tree (git master) of the cc65 package. In fact in the autobuilds on GitHub Actions, we first compile the latest cc65 (as well as building lzsa) before compiling the ROM. Something like this
|
For cc65, it is a typo. Of course, it is version 2.19. My OS ? Archlinux. Shell ? Zsh.
Ok.
Well, I tried this PKGBUILD on AUR. https://aur.archlinux.org/packages/x16-rom |
Hello.
I tried to build this package using the source tarball with cc 2.65 and every time I try, build process stops with this error:
Any idea on how to fix this bug?
The text was updated successfully, but these errors were encountered: