Search Criteria
Package Details: cc65 2.19-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cc65.git (read-only, click to copy) |
|---|---|
| Package Base: | cc65 |
| Description: | C compiler for 6502 family microprocessors |
| Upstream URL: | https://cc65.github.io/cc65/ |
| Licenses: | BSD |
| Submitter: | None |
| Maintainer: | chungy |
| Last Packager: | chungy |
| Votes: | 20 |
| Popularity: | 0.40 |
| First Submitted: | 2006-02-23 09:16 (UTC) |
| Last Updated: | 2021-03-02 09:00 (UTC) |
Dependencies (0)
Required by (8)
- adtpro-git (make)
- aloevera (optional)
- aloevera-git (optional)
- nibtools-git (make)
- opencbm (make)
- opencbm-git (make)
- x16-rom (make)
- x16-rom-git (make)
Latest Comments
1 2 3 Next › Last »
micwoj92 commented on 2025-11-17 22:23 (UTC)
Fails to build:
uffe commented on 2025-10-20 11:40 (UTC) (edited on 2025-11-18 10:46 (UTC) by uffe)
@manchicken please see:
https://github.com/cc65/cc65/commit/cffcbce60fc41d26c25891edc8992e23a4a8d4c9
https://github.com/cc65/cc65/releases
manchicken commented on 2025-10-19 16:46 (UTC) (edited on 2025-10-19 16:46 (UTC) by manchicken)
This isn't really version 2.19, it's still 2.18.
gbin commented on 2021-03-06 16:50 (UTC)
I would force it to -j1 for now and report to upstream:
gbin commented on 2021-03-06 16:32 (UTC) (edited on 2021-03-06 16:47 (UTC) by gbin)
It doesn't build the first time, but the second time it does.
If you try from a clean build it will never succeed:
Edit: Those Makefiles are seriously broken. They don't support
make -jxxI had to remove the option from my /etc/Makepkg.confarch_jeff commented on 2020-03-18 21:04 (UTC)
Whenever I attempt to build
cc65the first build attempt always fails. Additional attempts after the first always succeed, I think. I'm not sure why this is. No edits are made to the PKGBUILD.To reproduce this, you may need to spin up a fresh install of Arch in a VM. Just
trizen -S cc65(or whatever AUR helper you use yourself) and you'll see what I'm talking about.jeremyvisser commented on 2019-03-25 03:56 (UTC)
Yay, the path bug has been fixed! Thanks!
jeremyvisser commented on 2019-02-25 07:30 (UTC)
There's a bug in this PKGBUILD which has actually been around for nearly three years, mentioned here: https://github.com/cc65/cc65/issues/316#issuecomment-269258948
The TL;DR is that PREFIX=/usr needs to be set for "make", not just "make install", and this makes the /etc/profile.d/cc65.sh completely unnecessary.
So, by changing line 17 in the PKGBUILD from:
To:
And removing the cc65.sh file, that will make includes much more reliable.
<deleted-account> commented on 2018-06-13 18:55 (UTC)
I had to modify cc65.sh to export the path /usr/share/cc65 instead of /usr/lib/cc65 in order to get the compiler to find include files.
lutoma commented on 2017-09-10 03:24 (UTC) (edited on 2017-09-10 03:25 (UTC) by lutoma)
1 2 3 Next › Last »