This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can't cross compile on arch linux

Hi, I'm trying to learn arm development with my laptop, which is hosted a x86_64 OS. I downloaded arm gcc toolchain x86_64 version.

But when I compile, it throws me an error: 

`file` gcc gives me:

and `uname -m` gives me:

can someone help me? I don't think it relate code, because I tried `hello world` and it just simply not working.

0