GlasgowEmbedded / glasgow

Scots Army Knife for electronics
BSD Zero Clause License
1.92k stars 189 forks source link

docs: Complete list of firmware build dependencies #653

Closed purdeaandrei closed 3 months ago

purdeaandrei commented 3 months ago

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.

purdeaandrei commented 3 months ago

Note:

whitequark commented 3 months ago

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?