新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

新蒲京娱乐场官网8555cc最新网站提醒您:您的浏览器版本过低或者使用了兼容模式,为了获得更好的浏览体验,建议使用IE10以上的浏览器或使用极速模式。 请升级浏览器以获得更好的体验!

新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

首页 > 下载中心 > ARM软件工具 > Arm RVDS > RVCT 4.0 Build 821 patch for Windows

RVCT 4.0 Build 821 patch for Windows

软件大小:74.2 MB 软件性质: 免费软件
更新时间:2013/10/15 9:15:33 应用平台:Win9X/Win2000/WinXP
下载次数:9311 下载来源:新蒲京娱乐场官网8555cc最新网站
软件语言:英文 软件类别:ARM软件工具 > Arm RVDS
下载

RVCT 4.0 Web Patch #7 Build 821 Release Notes

Description

This RealView Compilation Tools (RVCT) 4.0 Web Patch #7 Build 821 is intended for use with RealView Development Suite (RVDS) 4.0 products. It can be used to update any RVDS 4.0 Standard, Professional or Evaluation installation, whether previously patched or an original installation. It is NOT compatible with other releases of RVCT/RVDS or Keil MDK products.

This patch consists of updated RVCT/RVDS 4.0 compiler, linker, assembler, fromelf, and armar program executables, include files and C/C++ libraries.

Enhancements since RVCT 4.0 build 771

General enhancements

  • The tools now support--cpu=7E-Mto generate code for the 7-M architecture enhanced with DSP (saturating and 32-bit SIMD) instructions as featured in the Cortex-M4 processor. [736675]
  • Armlink now supports a new sorting type:--sort=LexicalState. This sorts all Thumb code before ARM code and then sorts lexically. [738147]
  • Armlink now supports a new switch--[no_]crosser_veneershare. The default is--crosser_veneersharewhich keeps the existing behaviour of allowing veneer sharing across execution regions.--no_crosser_veneershareprohibits veneer sharing across execution regions. [737516]
  • Armlink now supports the option--emit-non-debug-relocs. This functions like--emit-relocsbut outputs only relocations from non-debug sections. [737515]
  • Added new linkeroption--veneer_inject_type=where can be either or . The default is . The option controls the veneer layout when--largeregionsmode is on. When--veneer_inject_type=individualthe linker will place veneers so that they can be reached by the largest amount of sections that use the veneer. Veneer reuse between Execution Regions is permitted. This type minimises the number of veneers that are required but disrupts the structure of the image the most. When--veneer_inject_type=poolthe linker will collect veneers from a contiguous range of the Execution Region and place all the veneers generated from that range into a pool placed at the end of the range. A large Execution Region may have more than one range and therefore more than one pool. This type has much less impact on the structure of image but has less opportunities for reuse as a range of code cannot reuse a veneer in another pool. The linker calculates the range based on the presence of branch instructions that the linker predicts may need veneers. A branch is predicted to need a veneer when a state change is required, or when the distance from source to target (plus a contingency) is greater than branch range. The size of the contingency can be set with the--veneer_pool_size=. By default it is set to 102400 bytes. The--info=veneerpoolsoption provides information about how the linker has placed veneer pools. [737514]Added a new linker option--tiebreaker=where is eithercreationorcmdline. A tiebreaker is used when a sorting algorithm needs a total ordering of sections. The default tiebreaker iscreation, which is the order of creation of the section data structure within the linker. The alternative--tiebreaker=cmdlineis the order that the section appears on the command line. The command line order is defined as File.Object.Section where 'Section' is the sh_idx of the section within the object. 'Object' is the order that the object appears within the file. 'File' is the order the file appears on the command line. The order that the object appears within the file is only significant if the file is an ar archive. To alter the format of mapfile (generated by--map) to show command line order use the--section_index_display=cmdlineswitch. [737517]
  • The linker now supports additional options for controlling placement of .ANY sections. There are two new command line options:--any_sort_order=where is eitherdescending_size(sort in descending size order)cmdline(sort by command line index) The default isdescending_size.--any_placement=where can befirst_fit(place the section in first ER with space),best_fit(place the section in ER with least free space,worst_fit(place the section in ER with most free space), ornext_fit(place the section in current ER if there is sufficient space, or move to the next ER in the scatter file if there is insufficient space. Never back-track to previous ER). The default isworst_fit. Additionally a new info option has been added:--info any. This will output the sort order, assignment algorithm, and which sections are assigned to which execution region in the order that they are processed by the placement algorithm. [737513]

OS Platforms

This patch has been tested on the following supported platforms:

  • Windows 7
  • Windows XP SP2, 32-bit & 64-bit
  • Windows XP SP3, 32-bit
  • Windows Vista Business Edition SP1, 32-bit & 64-bit
  • Windows Vista Enterprise Edition SP1, 32-bit & 64-bit
  • Windows Server 2003 32-bit & 64-bit
  • Red Hat Linux Enterprise 4 for x86, 32-bit & 64-bit
  • Red Hat Linux Enterprise 5 for x86, 32-bit & 64-bit
  • Solaris for SPARC 10

In addition, the patch has been tested on the following non-supported platforms:

  • Windows 2000 SP4
  • SUSE Linux 9.2
  • Ubuntu Linux 8.10

Installation Instructions

To install the patch carry out the following steps:

  1. Ensure that you are currently using RVCT 4.0. To do this, type:

    armcc --vsn
    and ensure that this returns RVCT 4.0 build 400 or later.


  2. Extract all the files from the ZIP file into a temporary directory.

  3. Copy theincludedirectory from the temporary directory to replace your existingincludedirectory. The existing directory can be located by theRVCT40INCenvironment variable, e.g:

    C:\> set RVCT40INC
    RVCT40INC=C:\Program Files\ARM\RVCT\Data\4.0\400\include\
  4. Copy thelibdirectory from the temporary directory to replace your existinglibdirectory. The existing directory can be located by theRVCT40LIBenvironment variable, e.g.:

    C:\> set RVCT40LIB
    RVCT40LIB=C:\Program Files\ARM\RVCT\Data\4.0\400\lib\
  5. Copy thewin_32-pentiumdirectory from the temporary directory to replace your existingwin_32-pentiumdirectory. The existing directory can be located by theRVCT40BINenvironment variable, e.g.:

    C:\> set RVCT40BIN
    RVCT40BIN=C:\Program Files\ARM\RVCT\Programs\4.0\400\win_32-pentium\
  6. The updated tools should now have been installed. To confirm this, open a DOS command prompt window and enter:
    armcc --vsn
    armlink --vsn
    armasm --vsn
    fromelf --vsn
    armar --vsn
    The version returned should be RVCT 4.0 build 821.

Corrections since RVCT 4.0 build 771

Compiler (armcc)

  • A code generation issue that generated a dereference to uninitialized pointer is now fixed. [734706]
  • Warnings and errors have always been suppressed in system header files. They are now also suppressed in the corresponding implicitly included template implementation files. [736105]
  • When using--remarks, passing a wide string (L"abc") to a printf function could generate a remark #181 about incompatible printf argument even if the corresponding format string was "%ls". The remark now does not occur in this situation. [735496]
  • When using--multibyte_charsin GNU modes, the compiler might detect a spurious line concatenation character when a line ended with a multibyte character (e.g. in a comment) followed by one or more whitespace characters. When using C++-style trailing comments, this might cause incorrect interpretation of source code. [737748]
  • In GNU C++ mode, use of compound literals (a C99/GNU extension) to initialize file-scope variables could result in runtime failures. This is now fixed. [736266]
  • Some small corrections have been made to GCC command line translation. [735554]
  • A cause of internal fault 0xe70a0c with-g --remove_unneded_entitieshas been fixed. [738296]
  • A cause of internal fault 0xfe1945 and 0x0d9189 at-O3 -Otimehas been fixed. [737716, 735852]

Assember (armasm)

  • The new option--branchpatch=cortex-a8_q109has been added to work around a Cortex-A8 bug by inserting NOPs to avoid a wide branch spanning a page boundary. [736360]

Linker (armlink)

  • Armlink could assign an incorrect type to.dynstrsctions, which could result in fromelf generating errorQ0454E. This has been fixed. [732898]
  • Armlink will now process old-style region tables correctly. Previously under certain circumstances armlink would fail to link images which implemented their own scatterloading mechanism using old-style region tables, exiting with "ARM Linker: Execution interrupted due to an illegal storage access". [734549]
  • Armlink will now report error messageL6065Ewhen failing to a write contiguous block larger than the maximum of 2GB. [728400]
  • Armlink now orders.fini_array sectionscorrectly in--sysvimages to ensure destructor functions are executed in the correct order. [737347]
  • Armlink callgraphs give enhanced function pointer information and combine multiple calls to the same function pointer from the same section. [736849]
  • The linker no longer tries to check out two licenses when linking with--ltcg. [737667]
  • Armlink will generate long branch veneers for branches from position independent code in a 'PI' execution region to targets in an 'Absolute' execution region. By default armlink was not reusing these veneers leading to a large code-size increase. This has now been fixed and armlink will reuse these veneers when it is safe to do so. [738802]

C/C++ Libraries

  • The full Unicode wide-character ctype functionstowupper()andtowlower(), if enabled with#pragma import __use_utf8_ctypeand#pragma import __use_full_wctype, and if compiled using--wchar32, would return the wrong answers for the character pairU+1D79andU+A77D, which should be lower-case and upper-case versions of each other. [736950]
  • In strict C++ mode,andno longer declare theFILEtype. Also, the macro__ARM_WCHAR_NO_IOcan now be defined to cause these headers not to declareFILEor the wide I/O function prototypes. [733711]

ELF format converter (fromelf)

  • Sometimes,fromelf --binwould name an output file after an unrelated SHT_NOBITS section which shared the same file offset as the segment contained in the file. [735346]

Multiple tools

  • When producing DWARF debug information, the assembler and compiler could outputCIEandFDErecords that had a length that was not a multiple of four, which can cause problems for third-party debug tools. This has now been fixed to produce padding in the appropriate places. [733101]
  • --cpu=Cortex-M4.fpnow sets the predefined macro__TARGET_CPU_CORTEX_M4, not__TARGET_CPU_CORTEX_M4_FPas previously. The presence of FP can be tested using the__TARGET_FPU_VFPmacro. [736497]
  • In Japanese message locales, when using--diag_style=ide, the comma between file line and column is now an ASCII comma rather than a Kanji comma. [736125]