DSPRelated.com
Forums

Blackfin

Started by sriram October 31, 2003
Hi all
I am using the below format to copy the contents of a file intoa
buffer on the BF processor but it does not work it worked on the SHARC
processor.Has anyone faced a similar problem.

float dm sig[600]={
#include "C:/lookup.dat";
};

Thnaks
Regards
SR
Maybe it has something to do with the fact that the Blackfin is a fixed
point processor and the SHARC is floating
point, and you're trying to include floats?  Have you done anything special
to provide software floating point support?


"sriram" <sriram2480@yahoo.com> wrote in message
news:d7967dc1.0310310805.5a34a43c@posting.google.com...
> Hi all > I am using the below format to copy the contents of a file intoa > buffer on the BF processor but it does not work it worked on the SHARC > processor.Has anyone faced a similar problem. > > float dm sig[600]={ > #include "C:/lookup.dat"; > }; > > Thnaks > Regards > SR
sriram2480@yahoo.com (sriram) wrote in 
news:d7967dc1.0310310805.5a34a43c@posting.google.com:

> I am using the below format to copy the contents of a file intoa > buffer on the BF processor but it does not work it worked on the SHARC > processor.Has anyone faced a similar problem. > > float dm sig[600]={ > #include "C:/lookup.dat"; > };
It would help to see a few lines of lookup.dat. It would also help to know what "does not work" means. Exact error message? A reproducible test case is the first step to getting help. -- Kenneth Porter http://www.sewingwitch.com/ken/