gcc-arm-linux-gnueabi command not found

前端 未结 11 922
轮回少年
轮回少年 2020-12-13 00:50

I am trying to install the gnu arm toolchain for ubuntu. I first downloaded the tar from CodeSourcery. However when I go into the bin folder, I cannot run any of the binarie

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 01:27

    You have installed a toolchain which was compiled for i686 on a box which is running an x86_64 userland.

    Use an i686 VM.

提交回复
热议问题