|
From: Philipp K. K. <pk...@sp...> - 2024-11-01 10:54:46
|
Am 01.11.24 um 06:36 schrieb Erik Petrich: > 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 > […] I opened a bug ticket: https://sourceforge.net/p/sdcc/bugs/3793/ > > 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. But is is the right thing to not ship the XA-51 simulator? We don't have an XA-51 port in SDCC, but someone might still want to use SDCC to create asm for MCS-51, and then run it on an XA-51 simulator? Philipp |