This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv6 unattended install

I was wondering if it were possible to do an unattended install of CCS for msp430 based setups in linux.  If it is possible would I also be able to skip the error message about libudev.so.0 because I don't want to implement the fix since I don't use GUI composer.

Kevin

  • Hi Kevin,

    Kevin Freeman said:
    I was wondering if it were possible to do an unattended install of CCS for msp430 based setups in linux.  If it is possible would I also be able to skip the error message about libudev.so.0 because I don't want to implement the fix since I don't use GUI composer.

    Nope, I really don't think you would be able to skip the error messages.

    Regards,

    Gautam

  • You should be able to use the --mode unattended and --prefix <installdir> command line flags to do an unattended install.  I think it skips the dependency check.

  • AndyW said:
    You should be able to use the --mode unattended and --prefix <installdir> command line flags to do an unattended install.  I think it skips the dependency check.

    Nice and what about the errors and warnings (turn-off antivirus & firewall) ?

    Regards,

    Gautam

  • The unattended mode will run without any popups. If there are errors, you need to check the log files.

  • Nice, very helpful while installing in labs.

    Regards,

    Gautam