Skip to content
Advertisement

gcc: error trying to exec ‘cc1’ when cross-compiling

I downloaded toolchain from parrot Github, installed, now I am trying to crosscompile here with the following command line:

JavaScript

here’s the error log:

JavaScript

Advertisement

Answer

You should use the arm-none-linux-gnueabi--prefixed toolchain in bin instead. e.g.

JavaScript

instead of

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement