GCC 4.8

Hi,

On my Beagle Board Black, I have GCC 4.6. With I try to update it with GCC version using this command:

sudo apt-get install gcc

It seems that I have the latest version available of GCC.

Is it possible to install GCC 4.8? and how?

Im on Debian 7.7 (default linux installed on my board)

Thanks!
Patrick

sudo apt-get install gcc-4.8

Regards,

nm, gcc-4.8 never hit wheezy... Upgrade to jessie:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshots

Regards,