what is arm-linux-gcc and how to install this in ubuntu

前端 未结 1 446
情书的邮戳
情书的邮戳 2020-12-16 05:43

In compiling qt I found that there is a qws target called arm-linux-gcc. I looked around a bit but unable to figure out how and where to find this. I tried installing and ap

相关标签:
1条回答
  • 2020-12-16 06:17

    You are missing the gcc compiler with arm target set. This has been prepackaged in the ubuntu archive for quite a while, so you shouldn't need to build this from source.

    sudo apt-get install gcc-arm-linux-gnueabi to install

    0 讨论(0)
提交回复
热议问题