Closed purdeaandrei closed 3 months ago
Note:
Note that at the moment on fedora:latest it doesn't build because the name of the "sdcc" executable is "sdcc-sdcc". Fedora can be made to build by running
ln -s /usr/bin/sdcc-sdcc /usr/bin/sdcc
That sounds like an upstream bug to me. Why is it called that?
I have tested all three install commands in docker containers for each of those systems. Note that at the moment on fedora:latest it doesn't build because the name of the "sdcc" executable is "sdcc-sdcc". Fedora can be made to build by running
ln -s /usr/bin/sdcc-sdcc /usr/bin/sdcc
Not sure if we should mention that in the documentation, or make the libfx2 makefile autodetect it.