DSPRelated.com
Forums

CCS v3.1 include file warnings

Started by thed...@yahoo.com July 9, 2008
Hi, I've recently started working with CCStudio v3.1 and have a project ready to build. When I compile my program that includes the standard BSL include files, such as pep5416.h and pep5416_aic23.h, I get the following warnings.
"C:/ti/C5400/csl/include/csl_irq.h", line 224: warning: omission of explicit type is nonstandard ("int" assumed)

"C:/ti/C5400/csl/include/csl_irq.h", line 252: warning: omission of explicit type is nonstandard ("int" assumed)

"C:/ti/C5400/csl/include/csl_irq.h", line 257: warning: non-void function "IRQ_dispatcherSetup" should return a value

"C:/ti/C5400/csl/include/csl_irq.h", line 262: warning: missing return statement at end of non-void function "IRQ_dispatcherSetup"

"C:/ti/C5400/csl/include/csl_mcbsphal.h", line 71: warning: incompatible redefinition of macro "CSLAPI" (declared at line 39 of "C:/ti/C5400/csl/include/csl.h")

"C:/ti/C5400/csl/include/csl_mcbsp.h", line 45: warning: incompatible redefinition of macro "CSLAPI" (declared at line 71 of "C:/ti/C5400/csl/include/csl_mcbsphal.h")
These warnings all seem to appear in the .h files that came with the PEP5416 CD. Does anyone know how to fix these warnings, or what they mean? Thanks.