Changes between Version 107 and Version 108 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/10/25 07:43:33 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v107 v108  
    9696=== Compiler and Linker ===
    9797
     98**Debug-ARM825 and Release-ARM825 build configurations**
     99
    98100If properties sheet has "Cross" compile section set:
    99101
     
    101103
    102104||GCC C++ Compiler||g++||
     105||GCC C Compiler||gcc||
    103106||GCC C++ Linker||g++||
     107||GCC Assembler||as||
    104108
    105109If properties sheet does not have "Cross" section:
    106110
    107111||GCC C++ Compiler||aarch64-none-linux-gnu-g++||
     112||GCC C Compiler||aarch64-none-linux-gnu-gcc||
    108113||GCC C++ Linker||aarch64-none-linux-gnu-g++||
     114||GCC Assembler||aarch64-none-linux-gnu-as||
     115
     116* "GCC C Compiler" and "GCC Assembler" items may not be present in all projects.
    109117
    110118=== Preprocessor ===