attempting to use RealVeiw ICE v4.1 with DStream. Processor is Freescale i.mx25 with ARM926EJ-S. I get error message "Error V2801C (Vehicle): 0x05060012: Target in wrong state/mode." Any idea on what to look for?
I AM WORKING FIRST TIME IN ARM BOARDS. PLEASE GIVE ME THE STEPS OF RUNNING A C PROGRAM IN ARM1176JZF-S WITH ARM DS-5 TOOLS( THE LICENSE OF WHICH I HAVE AND WHICH IS ALREADY INSTALLED IN MY PC ) .I HAVE INSTALLED THE REAL VIEW SOFTWARE PROVIDED IN THE…
I have few variables and am using the below pragma
#pragma arm section zidata = ".test"
i see that some of the vairable are going to the .test section but some are still in the .data section. The code is being compiled using RVCT2.2 Compiler.
Note: This was originally posted on 19th March 2007 at http://forums.arm.com
I use RVCT2.2 armcc to complier files and get a library.Then to use gcc link the library, but get Error: undefined reference to '__aeabi_uread4' undefined reference…