Hi Oscar,

If I remember correctly, the function name you enter in the DSP/BIOS funtion 
call has to start with and underscore ("_"), e.g. _cragar_datos. The function 
in your C code must then be named accordingly to cargar_datos without 
underscore in the beginning. This was just a first thought, let me know if it 
resolves the issue.

Cheers,

Niko
________________________________________
Von: [EMAIL PROTECTED] [EMAIL PROTECTED] im Auftrag von Oscar Garcia Abad 
[EMAIL PROTECTED]
Gesendet: Donnerstag, 3. Juli 2008 18:34
An: [email protected]
Betreff: PRD task

Hello,

I wanto to configure a periodic task in DSP/BIOS with The configuration tool 
provided with CCS 3.3.

I create a new PRD objet and open the pop-up menu  properties for this object. 
I define in function a function named cargar_datos.
This function is defined ina c file included in my project. when I try to build 
the projet i get the next error message:

<Linking>

undefined                        first referenced
 symbol                              in file
---------                        ----------------
cargar_datos                     
C:\\CCStudio_v3.3\\MyProjects\\hello\\Debug\\hellocfg.obj
>>   error: symbol referencing errors - './Debug/hello.out' not built

>> Compilation failure

Where i have to define this function?

Thank you in advance.

Óscar.
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to