suborb
suborb
There's a few dependencies on Windows binaries that are blocking that at the moment. I'll also need to introduce a few tweaks into the makefile to quieten it down a...
I can't reproduce it on your repo so I assume it's code you're working on at the moment. I can reproduce this if I do a `printf("%f")` without linking to...
I've never been able to reproduce this one. I think I know how it could get included: if printf detects a %f in the format string then it will pull...
We use the asz80 output and post-process the output into z80asm format: because of the reasons you enumerated above. So, dropping support for other assemblers should have no effect on...
One of the problems I had in the past regarding switching linkers was that some of the library had complex expressions as relocations. There will be a handful still in...
For reference, I've just had a look through one of the libraries, and here are a couple of the expressions used: ``` E Cw $0036 $0037: ((CONSOLE_COLUMNS)*(CONSOLE_ROWS-1)) (section code_clib) (file...
On r11715 this now reports: ``` init.c:21: warning 147: excess elements in scalar initializer after 'ruc' init.c:22: error 47: indirections to different types assignment Caught signal 11: SIGSEGV ```
I think user specified libraries are prepended to the link line so the logic in z80asm is the same.
There’s meant to be a c++ dll in the kit. Can you depends.exe it and see what’s missing?
@pauloscustodio I think it needs a static link to the fs library, all that's on the system is the following (no libstdc++7 on the machine): ``` ./gcc/x86_64-w64-mingw32/9.3-posix/libstdc++fs.a ./gcc/x86_64-w64-mingw32/9.3-posix/libstdc++-6.dll ./gcc/x86_64-w64-mingw32/9.3-posix/libstdc++.dll.a ./gcc/x86_64-w64-mingw32/9.3-posix/libstdc++.dll.a-gdb.py...