Hello,
I would like to ask your help about a very weird problem,
The goal of my poject is to use a software called GNU-Radio to a Davinci 64+ DSP, In order to achieve that pourpose I habe built six libraries that I include in my proyect. and I have tried to run some test programs.
FACTS:
+ Of those six libraries the biggest is called A.
+ The tests that dont use anything defined in the library A run perfectly well
+ When I run one test program that includes something defined in the A library , not even reach the main function, before it starts it goes to this position:
80953004 0001A120 BNOP.S1 0x80953004 (PC+4 = 0x80953004),5
+ I always use the same .tcf and build options
+ The .out generated in the test program of the A library is veri big 14k in relation with other test programs 1k5, regardless the fact that they are both very simple.
+ If there is any kind of problem with the memory distribution it should be noticed during the linking, shouldn´t it?
Thanks for any sort of help you can give me,
Miguel.