cross-compilation issue

frequensy

Registered
Messages
6
helloooo a problem lead to changing of my pc and my os. i needed to cross-compile for my device, there is an error from make as below:

/bin/sh: 1: /opt/cross/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc: not found
2 /bin/sh: 1: /opt/cross/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc: not found
3 make[1]: /opt/cross/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc: Command not found
4 make[1]: *** [build//cscrypt/aes.o] Error 127
5 make: *** [all] Error 2

and the object file and the toolchain exist in the right path. this help will be appreciated thanks
 
Top