Tool/software: Code Composer Studio
root@24b3494566fe:/wd/grid-tied# /opt/ti/ccsv8/eclipse/ccstudio -noSplash -data ../workspace -application com.ti.ccstudio.apps.projectImport -ccs.help root@24b3494566fe:/wd/grid-tied# /opt/ti/ccsv8/eclipse/ccstudio Ccstudio: Cannot open display: root@24b3494566fe:/wd/grid-tied#
I am working on a Docker container for CCStudio v8 to build our project. I have the command line build working locally under Debian but in the Docker it isn't working. Each command above runs for roughly 7 seconds before terminating. The display error comes up immediately. Should logs be being written somewhere? How should I debug the issue? My blind guess (what else can I do? :] ) is that I'm missing some deps. I don't know that they are all required but I do have the following being installed (plus some other utilities).
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \ libc6:i386 \ libx11-6:i386 \ libasound2:i386 \ libatk1.0-0:i386 \ libcairo2:i386 \ libcups2:i386 \ libdbus-glib-1-2:i386 \ libgconf-2-4:i386 \ libgcrypt20:i386 \ libgdk-pixbuf2.0-0:i386 \ libgtk-3-0:i386 \ libice6:i386 \ libncurses5:i386 \ libsm6:i386 \ liborbit2:i386 \ libudev1:i386 \ libusb-0.1-4:i386 \ libstdc++6:i386 \ libstdc++6 \ libxt6 \ libxt6:i386 \ libxtst6:i386 \ libgnomeui-0:i386 \ libusb-1.0-0-dev:i386 \ libcanberra-gtk-module:i386 \ gtk2-engines-murrine:i386 \ libpython2.7 \ unzip
Thanks for any guidance you can offer.
Cheers,
-kyle