Menu

#173 How to solve "No rule to make target 'cc1'" in cross compile?

open
nobody
None
5
2022-09-25
2022-09-25
Deqing Sun
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.