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.

compile an exist project (usb) problem



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 

 

  • Raj,

    One thing to check is the include paths and options of the CCS project.  StellarisWare projects should have the correct library and head file paths when they are directly imported into CCS.  What did you change about their configuration?  Try comparing a freshly imported project with the usb_dev_serial project you imported and see what is needed.

    Additionally, it could be that the files it is searching for are not present in that directory.  For example, check "C:/Documents and Settings/utils/" to see if uartstdio.c is present.  The default file path to uartstdio.c is "C:\StellarisWare\utils", so the project file path may still be directed towards this location.  You can try re-installing StellarisWare to the default file path to see if this fixes your issue.

    -Rebecca