Changes between Version 107 and Version 108 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/10/25 07:43:33 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v107 v108 96 96 === Compiler and Linker === 97 97 98 **Debug-ARM825 and Release-ARM825 build configurations** 99 98 100 If properties sheet has "Cross" compile section set: 99 101 … … 101 103 102 104 ||GCC C++ Compiler||g++|| 105 ||GCC C Compiler||gcc|| 103 106 ||GCC C++ Linker||g++|| 107 ||GCC Assembler||as|| 104 108 105 109 If properties sheet does not have "Cross" section: 106 110 107 111 ||GCC C++ Compiler||aarch64-none-linux-gnu-g++|| 112 ||GCC C Compiler||aarch64-none-linux-gnu-gcc|| 108 113 ||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. 109 117 110 118 === Preprocessor ===