Hello!
I'm trying to build and debug the "Hello world" example as explained in the sys/bios workshop.
But when I start the building process, it displays following error:
**** Build of configuration Debug for project Hello ****
"C:\\TexasInstruments\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../hello.cfg'
'Invoking: XDCtools'
"C:/TI/xdctools_3_25_00_48/xs" --xdcpath="C:/TexasInstruments/bios_6_35_01_29/packages;C:/TexasInstruments/ccsv5/ccs_base;C:/TexasInstruments/ipc_3_00_02_26/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.A8Fnv -p ti.platforms.evmAM3359 -r debug -c "C:/TexasInstruments/ccsv5/tools/compiler/arm_5.0.4" --compileOptions "-g --optimize_with_debug" "../hello.cfg"
java.lang.NoClassDefFoundError: config/Shell
Caused by: java.lang.ClassNotFoundException: config.Shell
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main" gmake: Target `all' not remade because of errors.
**** Build Finished ****
Does anyone have an idea??
Kind regards