Other Parts Discussed in Thread: LP-AM243,
I have installed Code Composer Studio Version: 12.1.0.00007 on my Oracle Linux Server 8.7 machine. I am able to build example projects for the LP-AM243 development board I have, but when I try to import the same project and build it via the command line I get errors.
12:53:49 $ ./eclipse -noSplash -data ~/workspace/gpio_led_blink -application com.ti.ccstudio.apps.projectImport -ccs.location ~/workspace_ccs/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html for further details.
--------------------------------------------------------------------------------
Importing project from '/home/markwar/workspace_ccs/gpio_led_blink_am243x-lp_r5fss0-0_nortos_ti-arm-clang'...
Done!
And the same error when building
13:27:07 $ ./eclipse -noSplash -data ~/workspace/gpio_led_blink -application com.ti.ccsstudio.apps.projectBuild -ccs.configure Debug --ccs.buildType full
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html for further details.
I have followed the above link and others, but the solution is unclear to me. It seems that I am missing a jar file, but I don't know what I should install or how to add it to my "class path". To make things more confusing I have seen alternate solutions.
Please help me choose the correct logger and how to install it.