Please someone helps me, I am getting mad on it!I created a package called "rolldack" and I am trying to use it. One of the fucntion is calle TIMA_FT_ENABLE and should intialise some data. It is declared laike this in the .c :
void TIMA_FT_ENABLE(void)
{
....
}End here is in the .h: extern void TIMA_FT_ENABLE(void); Anyway when I try to look it up from DDD I got the following error message: list 'TIMA_FT_ENABLE' Line 47 of "d:/cygwin/opt/ecos-gaisler/ecos-rep/packages/tima_ft/current/src/rollback.c" starts at address 0x40026b00 <TIMA_FT_ENABLE> and ends at 0x40026b04 <TIMA_FT_ENABLE+4>. /opt/ecos-gaisler/ecos-rep/packages/tima_ft/current/src/rollback.c:47:1682:beg:0x40026b00(gdb) No source file named d.
What can be the problem? Why is teh fucntion charged with no code? Thanks anyone, Michele -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
