|
From: Erik P. <epe...@iv...> - 2024-11-01 05:54:10
|
On Wed, 2024-10-30 at 10:15 +0100, Philipp Klaus Krause wrote: > We are currently missing on our snapshots page: > > * Documentation > * GNU/Linux x86 > * Windows x86 > * Windows amd64 > > Does anyone know the reasons for this? > > Philipp The documentation is not building because the current sdccman.lyx requires a newer version than what's on the server. I will work on getting it upgraded to a newer version. The other snapshots seem to be failing when attempting to build the pic16 libraries: Making all in libm ldexpf.asm:111:Error[1102] Parser error: syntax error ldexpf.asm:162:Error[1102] Parser error: syntax error ldexpf.asm:188:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:700: ldexpf.o] Error 1 gmake[10]: Target 'all' not remade because of errors. Making all in libsdcc fps16x162sfloat.asm:132:Error[1102] Parser error: syntax error fps16x162sfloat.asm:159:Error[1102] Parser error: syntax error fps16x162sfloat.asm:177:Error[1102] Parser error: syntax error fps16x162sfloat.asm:193:Error[1102] Parser error: syntax error fps16x162sfloat.asm:286:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:892: fps16x162sfloat.o] Error 1 fps16x16_eq.asm:117:Error[1102] Parser error: syntax error fps16x16_eq.asm:122:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:934: fps16x16_eq.o] Error 1 fps16x16_gt.asm:119:Error[1102] Parser error: syntax error fps16x16_gt.asm:124:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:948: fps16x16_gt.o] Error 1 fps16x16_gteq.asm:119:Error[1102] Parser error: syntax error fps16x16_gteq.asm:124:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:962: fps16x16_gteq.o] Error 1 fps16x16_lt.asm:119:Error[1102] Parser error: syntax error fps16x16_lt.asm:124:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:976: fps16x16_lt.o] Error 1 fps16x16_lteq.asm:119:Error[1102] Parser error: syntax error fps16x16_lteq.asm:124:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:990: fps16x16_lteq.o] Error 1 fps16x16_neq.asm:118:Error[1102] Parser error: syntax error fps16x16_neq.asm:123:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:1018: fps16x16_neq.o] Error 1 mullong.asm:399:Error[1102] Parser error: syntax error mullong.asm:428:Error[1102] Parser error: syntax error gmake[10]: *** [Makefile:1816: mullong.o] Error 1 gmake[10]: Target 'all' not remade because of errors. Making all in startup gmake[9]: *** [Makefile:385: all-recursive] Error 1 gmake[8]: *** [Makefile:325: all] Error 2 The currently installed gpasm is 1.4.2, but I see there is a newer version 1.5.2 now. I can try upgrading the gputils package if there is a dependency on a new feature. Otherwise it's likely to be a code generation change. The Windows snapshots are failing when attempting to create the setup.exe installer: Processing script file: "sdcc.nsi" (UTF8) File: ".\bin\ucsim_xa.exe" -> no files found. Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] | /oname=outfile one_file_only) Error in script "sdcc.nsi" on line 427 -- aborting creation process I think I recall that there was a change so that only the simulators needed for enabled ports are being built now, so we just need to update sdcc.nsi to reflect this. Erik |