Search Criteria
Package Details: dev86 0.16.21-9
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dev86.git (read-only, click to copy) |
|---|---|
| Package Base: | dev86 |
| Description: | Simple C compiler to generate 8086 code |
| Upstream URL: | https://v3.sk/~lkundrak/dev86/ |
| Licenses: | GPL |
| Submitter: | eworm |
| Maintainer: | SengeRinchen |
| Last Packager: | SengeRinchen |
| Votes: | 3 |
| Popularity: | 1.32 |
| First Submitted: | 2024-05-01 20:45 (UTC) |
| Last Updated: | 2025-11-02 00:07 (UTC) |
Latest Comments
SengeRinchen commented on 2025-11-02 00:09 (UTC)
Fixed pushed into 0.16.21-9. gcc-15 changed the default standard to gnu23. Just adding -std=gnu99 will make gcc-15 happy. This is the standard intended by the original developers.
andreas_baumann commented on 2025-09-07 08:08 (UTC)
Builds fine with gcc-14 (add gcc14 to makedepends), add export CC='gcc-14' in build. I don't thing gcc 15 will ever love such old code with K&R prototypes and changing it might break things.
SengeRinchen commented on 2024-06-14 01:48 (UTC)
Fixes pushed into 0.16.21-8
eworm commented on 2024-06-13 07:06 (UTC)
I do no longer use this, so disowned. (Same for bin86...) Feel free to adopt and fix it yourself.
SengeRinchen commented on 2024-06-13 06:21 (UTC) (edited on 2024-06-13 06:22 (UTC) by SengeRinchen)
Doesn't bulild as of today. I applied the following steps to build:
PKGBUILD, change the lineexport CFLAGS+=' -ffat-lto-objects'with the following:PKGBUILD, change the linemake install-all DIST="$pkgdir"to