4547

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:10346KB
下载次数:8
上传日期:2004-12-03 11:10:25
上 传 者szy801122
说明:  These patch files are supplied as part of ADS 1.2.1.

文件列表:
bin (0, 2003-12-02)
bin\armar (105072, 2003-08-13)
bin\armasm (1174168, 2003-08-13)
bin\armboard.xml (151199, 2002-05-03)
bin\armcc (2248560, 2003-08-13)
bin\armcpp (2499996, 2003-08-13)
bin\armiss.dsc (4622, 2002-03-21)
bin\armiss.sdi (3868324, 2003-08-12)
bin\armlink (1099316, 2003-08-13)
bin\armperip.dtd (2952, 2002-04-26)
bin\armperip.xml (194229, 2002-05-03)
bin\armsd (1296592, 2003-08-13)
bin\ARMulate.dll (79236, 2003-08-13)
bin\armulate.dsc (22515, 2002-03-18)
bin\armulate.sdi (1812756, 2003-08-12)
bin\axd (1984556, 2003-08-12)
bin\Codeseq.so (240592, 2003-08-12)
bin\Dcc.so (240000, 2003-08-12)
bin\Flatmem.so (622768, 2003-08-12)
bin\fromelf (1122976, 2003-08-13)
bin\Intc.so (257568, 2003-08-12)
bin\libadw3hostx.so (102904, 2003-08-12)
bin\libadw3list.so (143032, 2003-08-12)
bin\libdbess_file.so (133392, 2003-08-12)
bin\libdbtx.so (1599460, 2003-08-12)
bin\Mapfile.so (309900, 2003-08-12)
bin\Millisec.so (296920, 2003-08-12)
bin\Nothing.so (150192, 2003-08-12)
bin\Pagetab.so (220336, 2003-08-12)
bin\Profiler.so (217084, 2003-08-12)
bin\rdimsvr.sdi (210636, 2003-08-12)
bin\Semihost.so (274520, 2003-08-12)
bin\Stackuse.so (216736, 2003-08-12)
bin\tcc (2206684, 2003-08-13)
bin\tcpp (2458132, 2003-08-13)
bin\Timer.so (280944, 2003-08-12)
bin\toolconf.so (78180, 2003-08-12)
bin\Tracer.so (393864, 2003-08-12)
bin\Tube.so (252752, 2003-08-12)
bin\Validate.so (275384, 2003-08-12)
... ...

This patch updates the ADS 1.2 to build 848. (The standard ADS 1.2 CD provides build 805). These patch files are supplied as part of ADS 1.2.1. If you are an existing ADS 1.2 user, and would like to update to ADS 1.2.1, please contact your supplier. Installation Instructions ========================= The patch is provided as a ZIP file. To install the patch open the ZIP file with your ZIP utility program and manually copy the contents to the appropriate directories. ADS 1.2 build 848 contains fixes for the following issues: armar ===== Build 837 fixed the "malformed archive" error which could occur if the User ID field overflows. armasm ====== Build 848 fixes a problem with the AREA ALIGN attribute causing unnecessary padding to be added to the end of the section. armlink ======= Build 844 fixes a problem with outputting dynamic relocations which resulted in "Fatal error: L6003U: Could not write to file" for large projects. Build 842 fixes a linker memory leak, suppresses linker warning L6333W, now calculates correctly whether an ER/LR exceeds the 32bit limit, and now eliminates names of common sections from symdefs files. Build 837 fixed some faults with -callgraph, $Sub$$/$Super$$ handling, processing of SDT AOF objects (though mixing SDT and ADS objects is still not recommended), the scatterfile ".ANY" directive, and generation of interworking/long branch veneers. ARMulator ========= Build 837 fixed some minor instruction execution and cycle counting faults in ARM7, ARM9 (including ARM926EJ-S) and ARM10-family ARMulators, and the XScale ARMulator. Some VFP issues are also resolved. It also supports the new ARM7EJ-S and ARM720rev4. After installing the patch, when the debugger (e.g. AXD) is restarted, the ARMulator may not appear on the list of Targets. If so, simply Add the ARMulate.dll back into the list, using the Options->Configure Target dialog. AXD/armsd ========= Build 848 fixes a fault with the display of the VFP FPEXC register. Build 844 now allows all the global variables for multiple (non-overlapping) images to appear in AXD's globals tab all the same time. Build 842 fixes a fault with setting breakpoints in Thumb function pointer ($p) code. Build 837 allows AXD to correctly format FPE or FPU registers as "printf...", print from the CLI using a pointer to a structure, (for Unix) identify source files with absolute filenames in a debug image. It also fixed a fault where a new log file sometimes contained old log data. Updated armperip.xml, armboard.xml, armperip.dtd and XScale.dsc files are provided. These are used by AXD to display properties of the target (either ARMulator or a real target via Multi-ICE). After installing the patch, the OCX file will need registering. To do this, run register.bat (register.sh for Unix platforms) C/C++ Compilers =============== Build 848 fixes problems with access to nonstatic member functions in C++, functions with pointer-to-function parameters in C++, register stacking in Thumb code, ordering of arguments of shifted compares, float/double stores incorrectly being optimized away, a rare peephole optimization at -O2, boolean conversion in C++ code, incorrect division due to register allocation, evaluation of shift operations, corruption of SB in RWPI code, and stores to malloc'd pointers following memcpy. The C++ compiler now also allows multiple declaration specifications in conditions. Build 844 added a new switch -Wc to suppress the #pragma warning C2813W. Build 842 fixes some problems with code generation differences between platforms, Thumb branch/literal pool issues, code optimization, '#pragma arm section', "Internal faults" 0xd288 and 0x2696, and initializing nested structures in C++ Build 837 fixed faults in the areas of generation of browse information, __packed bitfield initialization, code optimization, DWARF2 line tables, __packed typedefs, #pragma preprocessing, "Internal faults" 0x49de and 0x55af, and memory leaks when compiling with CodeWarrior. C Libraries =========== Build 848 fixes a problem with __user_libspace corrupting R9 in RWPI library variants. Build 837 features optimized __main copy/init code using LDM/STM instead of LDR/STR instructions. It also fixes minor faults with the __rt_entry symbol (which did not have its size set, affecting profiling results) and backspace() (which did not interact correctly with ungetc()). Note: the libraries are the same for Unix and Windows. To install, unzip the patch file into the ADS 1.2\Lib\armlib directory. fromelf ======= Build 842 fixes a problem with long symbol names, and the creation of an output file where a directory already exists with the same name, or if the existing output file is held open by another application. fromelf now also correctly releases its license when used from CodeWarrior.

近期下载者

相关文件


收藏者