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

前端 未结 4 605
挽巷
挽巷 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:27

    Instead of using the jessie packages, it would be better to check to see if it's been back-ported to wheezy. Add this to your /etc/apt/sources.list:

    deb http://http.debian.net/debian wheezy-backports main

    and do an apt-get update and see if you can install it then.

提交回复
热议问题