Wieso fragt jeder zuerst in irgendwelchen Foren und sucht nicht beim
Hersteller? Das da unten könnte die Lösung sein, hab es mir aber nicht
näher angesehen. Ansonsten selber suchen, es kommt selten vor, dass man
der erste mit einem Problem ist, es gibt also meistens eine Lösung im
Netz.
http://www.analog.com/processors/cda/epTASearchResult/#29662
1 | 29662 __var_wa_06000047 undefined when linking for BF561 rev 0.5
|
2 | DSP Family: Blackfin Processor
|
3 | First Discovered In: VDSP++ 4.5
|
4 | Tool: Run Time Libraries
|
5 | Prognosis: Fixed in Update 2006 11
|
6 | Variable __var_wa_06000047 is defined in libc561y.dlb to be used by various
|
7 | instances of a workaround for errata 05-00-0248 "TestSet operation causes
|
8 | core stall (dual-core)".
|
9 |
|
10 | The errata is fixed in revision 0.5 of the chip so the workaround is not
|
11 | enabled when building for this revision. However the libraries for the
|
12 | fixed revision should still define the variable __var_wa_06000047 so that
|
13 | it is still possile to resolve it when linking with modules build for
|
14 | earlier silicon revisions.
|
15 |
|
16 | This is necessary because it is not always possible to build all parts of
|
17 | an application.
|
18 |
|
19 | You can workaround this problem by adding the
|
20 | following to your application C source:
|
21 |
|
22 | __section("primio_atomic_lock")
|
23 | int __var_wa_06000047;
|