Hi there, I just downloaded CCS 5.1.0.08030 for Linux. Here I'm running a Debian Squeeze 64 bit system. When I start the installation, it shows me a message that I should set DISPLAY. However, it is already set:
bachmann@kokolorix:~/CCS5.1.0.08030_linux$ echo $DISPLAY
:0.0
bachmann@kokolorix:~/CCS5.1.0.08030_linux$ sudo ./ccs_setup_5.1.0.08030.bin
[sudo] password for bachmann:
Please set DISPLAY. Code Composer Studio v5 cannot be installed in console mode.
bachmann@kokolorix:~/CCS5.1.0.08030_linux$ su
Passwort:
root@kokolorix:/home/bachmann/CCS5.1.0.08030_linux# echo $DISPLAY
:0.0
root@kokolorix:/home/bachmann/CCS5.1.0.08030_linux# ./ccs_setup_5.1.0.08030.bin
Please set DISPLAY. Code Composer Studio v5 cannot be installed in console mode.
So what is missing?