Hi,
I'm trying to build a windows binary since the compile farm has stopped for some time.
After coping boost lib and compile zlib, I got the make process partially working.
However I got error
make[3]: Entering directory '/content/sdcc/support/cpp/gcc'
make[3]: *** No rule to make target 'cc1', needed by 'all.internal'. Stop.
make[3]: Leaving directory '/content/sdcc/support/cpp/gcc'
I did some search in that folder and I did not find the cc1 rule. However the code can be built for linux.
Is there any suggestions on how to solve this issue?
Colab notebook.
https://colab.research.google.com/drive/13ntGIrvbjOACAf6Oc4rOu9vIJKQqxKaB?usp=sharing
Thanks