How to install g++ 4.9 on Debian Wheezy armel?

前端 未结 4 580
挽巷
挽巷 2021-02-13 22:43

My Debian 7 armel embedded system currently has g++ 4.6, and I\'d like to upgrade to g++ 4.9 to use new C++11 features. How do I do that?

My current sources.list conten

4条回答
  •  余生分开走
    2021-02-13 23:36

    There is a gcc-4.9-backport now.

    sudo apt-get update && sudo apt-get install gcc-4.9-backport
    

提交回复
热议问题