I broke my cc65 compiler, HELP! #145
-
|
Hi, I was trying to compile the rp6502 examples, but got a parameter error for the codepage() function. I tried to install it with "sudo make install", as I have always done previously, but it said I need to set the PREFIX first. However, when I tried to build the examples project, it picked up a old rp650.h file in /share/cc65/include, rather than the newly installed one in /usr/share/cc65/include. I tried renaming the /share/cc65 to /share/cc65.bad, but this resulted in the compiler not finding rp6502.h. Any idea why the project build files are looking for /share/cc65/include rather than /usr/share/cc65/include? The only include path setting I could find in the project is in tools/rp6502.cmake: It all worked fine a week ago... Thanks, tonyvr |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
https://cc65.github.io/getting-started.html It's |
Beta Was this translation helpful? Give feedback.
https://cc65.github.io/getting-started.html
It's
availnotinstallbecause I don't know why.