SDCC #10763 fails to build, blocks here forever (both on OSX and Ubuntu 18.04):
make[5]: Entering directory `/src/sdcc/sdcc/device/lib/z80'
../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_slong2fs.c
configured with:
./configure --disable-pic14-port --disable-pic16-port
PS: #10762 works fine.
I will look into this (and the resiy test failures introduced at a similar time) on Monday.
Philipp
Fixed in [r10765].
Philipp
I updated but it still hangs. And it hangs pretty hard too. I have to reset my VM to get it going again!
It works for me now. Where does it hang for you? Also at
In which function does sdcc hang? On what system?
Philipp
I don't know. I ran it with
make -j8 > /dev/nullso I could not see where it was. After the first reset I didsvn updateand ran make again which hung again. After the second reset I now first did amake cleanand then ran justmakewhich now built fine. So I guess it was some glitch. Sorry for the extra noise.