i have attached one image, can anyone please tell me what is that error.its giving expected a file name.
please help..
thank you
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.
i have attached one image, can anyone please tell me what is that error.its giving expected a file name.
please help..
thank you
You're Welcome.
Do revert to the forum if you face any further issues.
Regards,
Gautam
hey hello gautam :here's another issure i am facing when i am using existing project
warning: entry-point symbol other than "_c_int00" specified: "code_start"
how can i remove this.
and i have attatched one image which is showing some errors. i have read the links u send me for the previous question but i am still not getting it.plz help me with this....
regards
asma
Hi!
asma alekar said:warning: entry-point symbol other than "_c_int00" specified: "code_start"
how can i remove this.
You can refer to these links http://processors.wiki.ti.com/index.php/C28x_Compiler_Error_and_Warning_Messages#Warning:_entry-point_symbol_other_than_.22_c_int00.22_specified:_.22code_start.22
http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/295572/1031473.aspx#1031473
Regards,
Igor
I refer that page but there is no where given how to remove those error....
plz help me to remove those error.
Hi!
This is not error. You can don't pay attention to this warning and don't worry about it. If you want to turn off this warning, then refer to this screenshot (set please to "Suppress diagnostic": 10063)
Regards,
Igor
HI igor its an error its not a warning. warning 10063 i have removed it before only.
its giving me this error
Severity and Description Path Resource Location Creation Time Id
\Program Files\Texas Instruments\ccsv4\tools\compiler\C2000 Code Generation Tools 5.2.15\bin\lnk2000.exe aborted TRY2 line 0 1382443708140 553
placement fails for object ".cinit", size 0x16 (page 0). Available ranges: TRY2 line 0 1382443708140 549
placement fails for object ".reset", size 0x2 (page 0). Available ranges: TRY2 line 0 1382443708140 550
placement fails for object ".text", size 0x86 (page 0). Available ranges: TRY2 line 0 1382443708140 548
#10251: ("PieVectTableFile:DSP280x_GlobalVariableDefs.obj") This is a serious problem. Please contact Customer Support with this message and a copy of the input file and help us to continue to make the tools more robust. TRY2 line 0 1382443708140 554
plz refer to the image attatched....
thanks
regards
asma
Hi!
I see. Perhaps there are some problems with CMD files you apply. You need to include to project two file:
1 XXX_RAM.CMD (or XXX_Flash.CMD ). Depending on which configuration you want to use.
2 XXX_Headers_nonBIOS.CMD or XXX_Headers_BIOS.CMD. Depending on using DSP/BIOS in your project.
You can refer to this link for more info http://processors.wiki.ti.com/index.php/C28x_Compiler_-_Understanding_Linking
Regards,
Igor
I have read that link but there no where is given how o remove those errors.
can u plz tell me the steps for how to add:
XXX_Headers_nonBIOS.CMD or XXX_Headers_BIOS.CMD
some of my errors are removed as
i have added 2806_RAM_lnk.CMD
Hi Asma,
You can find it here: C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_headers\cmd
Regards,
Gautam
All standard project contains DSP280x_Headers_nonBios.cmd.
how can i add it to my project...
i want steps for addinng this command file.
Thank you.
thank u for all your help.all the errors are removed now .
i have just left with this warnings.
i have attached the image file.
please can u just check it once and tell me....
if i can move further with these warning or it will create any problem
and how to remove this warning.
thanks & regards
asma
hello,
Actually i require one more favour from you. while i was going through the existing projects there are some macros used
like EINT, DINT, EALLOW etc and to set some register structure heirarchy has been used like
EPwm1Regs.ETSEL.bit.SOCAEN
AdcRegs.ADCTRL2.bit.INT_ENA_SEQ1
i was trying to find it out in which file it has been written but i didnt get.
can u plz tel me where i will get reference for all this things.
Hi Asma!
BTW what DSP do you apply?
Generally to work with different (for example F2802x) peripherals you need to include to your project the following folders:
ti\controlSUITE\device_support\f2802x\v210\f2802x_common\include\
ti\controlSUITE\device_support\f2802x\v210\f2802x_headers\include\
For example:
Regards,
Igor
thanks i got it.....
actually my control suite is not getting installed....
dats y i m facing such problems
thanks & regards
asma
Ok!
Perhaps these materials
2161.TI_TMS320C28x_GettingStarted.pdf
7723.TI_TMS320x28xx_RG_Peripheral.pdf
will be useful also.
Good luck,
Igor