Hi,
I am learning how to use new CCS,
I got Board example that exist in stellarisware folder, i import that project then to compile the exist project of usb_dev_serial after setting the liberary path and header file path i got some error like this ...
**** Build of configuration Debug for project usb_dev_serial ****
"D:\\installlation\\TI_INSTALL\\ccsv5\\utils\\bin\\gmake" -k all
gmake: *** No rule to make target `C:/Documents and Settings/utils/uartstdio.c', needed by `utils/uartstdio.obj'.
gmake: *** No rule to make target `C:/Documents and Settings/utils/ustdlib.c', needed by `utils/ustdlib.obj'.
gmake: *** No rule to make target `C:/Documents and Settings/boards/ek-lm4f232/drivers/cfal96x64x16.c', needed by `drivers/cfal96x64x16.obj'.
gmake: Target `all' not remade because of errors.
how to solve this type of error ..???
please help