|
From: Erik P. <epe...@iv...> - 2025-10-22 06:41:24
|
On Tue, 2025-10-21 at 10:35 +0200, Philipp Klaus Krause wrote: > Am 19.10.25 um 07:55 schrieb Erik Petrich: > > > > There's been some progress, but also a new regression. The systems > > generating 32-bit Linux, 32/64-bit Windows, and x86 MacOS snapshots > > currently do not support the C23 dialect but a recent update to > > z80/gen.c has declarations immediately following case labels, which > > I > > believe requires at least C23. > > Which is my fault, and a bug, since the agreed C dialect SDCC is > written > in is the common subset of C17 and C23. I fixed it a few days ago, > but > the x86 snapshots (GNU/Linux and Windows) are still missing. > > Philipp There might be a problem with the reorganization of the z80 variants: cp: cannot stat '/home/sdcc-builder/build/sdcc- build/orig/sdcc/device/lib/ez80_z80': No such file or directory Makefile:732: recipe for target 'install' failed make[4]: *** [install] Error 1 and then later when processing sdcc.nsi: SetOutPath: "$INSTDIR\include\asm\r2k" File: ".\include\asm\r2k\features.h" -> no files found. Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] | /oname=outfile one_file_only) Error in script "sdcc.nsi" on line 466 -- aborting creation process mv: cannot stat '/home/sdcc-builder/build/sdcc-build/build/i586- mingw32msvc/sdcc/sdcc/setup.exe': No such file or directory lib/bootstrap.mk:113: recipe for target 'generate-setup' failed make[1]: *** [generate-setup] Error 1 lib/bootstrap.mk:27: recipe for target 'build-all-targets' failed make: *** [build-all-targets] Error 2 although this error might just be a side-effect of failing to complete the library install earlier. The assembler/linker/compiler are at least compiling now, so we are still making progress to getting the snapshots back online. Erik |