I get many Undefined Symbol Linker errors (L6218E) when compiling the verification code using the build script and RVCT2.1
This is most likely due to using an older build of the RVCT tools. Build 328 doesn't correctly import weakly linked symbols which results in many errors (probably twenty six), of the form: Error: L6218E: Undefined symbol avINT_SSP_PL022 (referred from avdata.o). where the symbols avINT_<component> are all weakly linked. The solution is to ensure that you are using RVCT 2.1 build 416 or later. A patch may be obtained from the ARM website at http://www.arm.com/support/downloads/rvds21.html.
 |