Displaying 3 results from an estimated 3 matches for "dbank".
Did you mean:
bank
2008 Feb 22
1
Patch for Analog Devices compiler & fixed-point AGC
Jean-Marc Valin a ?crit :
> Stephane Lesage a ?crit :
> The format's fine, but I don't exactly like having to change all the
> names just because some compiler somewhere thought it was a good idea to
> redefine keywords. How about you just compile with -Dbank=bnk ?
Yep it's working.
What about including these 3 lines in arch.h ?
#ifdef __ADSPBLACKFIN__
#define bank bnk
#endif
--
Stephane Lesage
ATEIS International
2008 Feb 19
0
Patch for Analog Devices compiler & fixed-point AGC
...re's a patch that changes bank to bnk in the 3 concerned files.
> (Hope the format is OK)
The format's fine, but I don't exactly like having to change all the
names just because some compiler somewhere thought it was a good idea to
redefine keywords. How about you just compile with -Dbank=bnk ?
> About my previous problems with the Blackfin:
> -> strange block repetition that could be cancelled by the AEC
> I was busy with higher-level code and new hardware,
> but I did some new tests now, and it was really stupid:
...
> This was a problem on my test program, beca...
2008 Feb 19
4
Patch for Analog Devices compiler & fixed-point AGC
Hi Jean-Marc,
As I told you, bank is a reserved keyword in Analog Devices compiler for
Blackfin architecture.
So we need to change the variables named bank to something else.
Here's a patch that changes bank to bnk in the 3 concerned files.
(Hope the format is OK)
About my previous problems with the Blackfin:
-> strange block repetition that could be cancelled by the AEC
I was busy