The regression tests for Windows (both 32-bit and 64-bit) use the sdcc-whatever-setup.exe installer to install the executables, headers, and libraries within the Wine environment. The problem is most likely that the Nullsoft Installer script (support/scripts/sdcc.nsi), which packages the installer, has not been updated to include the huge model library.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah, thanks. I was looking in all the wrong places. It appears the huge lib is already present in the dailiy zip file, but not in the installer. And with the regression test diamond next to the zip file that threw me in the wrong direction.
A fix is commited now in [r10192] Let's see what the compile farm thinks of it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The regression tests for Windows (both 32-bit and 64-bit) use the sdcc-whatever-setup.exe installer to install the executables, headers, and libraries within the Wine environment. The problem is most likely that the Nullsoft Installer script (support/scripts/sdcc.nsi), which packages the installer, has not been updated to include the huge model library.
Ah, thanks. I was looking in all the wrong places. It appears the huge lib is already present in the dailiy zip file, but not in the installer. And with the regression test diamond next to the zip file that threw me in the wrong direction.
A fix is commited now in [r10192] Let's see what the compile farm thinks of it.
The regression tests for huge passed, but now the tlcs90 failed due to a missing sdastlcs90.exe.
And after the assembler was added it turned out that the tlcs90 library is also missing. Fixed in [r10197] so let's wait again.
This now passes the regression tests