gcc-arm-linux-gnueabi command not found

前端 未结 11 950
轮回少年
轮回少年 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:15

    try the following command:

    which gcc-arm-linux-gnueabi
    

    Its very likely the command is installed in /usr/bin.

提交回复
热议问题