Changes between Version 106 and Version 107 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/10/25 07:39:33 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v106 v107 94 94 == Project Settings Reference == 95 95 96 === Compiler and Linker === 97 98 If properties sheet has "Cross" compile section set: 99 100 Prefix: aarch64-none-linux-gnu- 101 102 ||GCC C++ Compiler||g++|| 103 ||GCC C++ Linker||g++|| 104 105 If properties sheet does not have "Cross" section: 106 107 ||GCC C++ Compiler||aarch64-none-linux-gnu-g++|| 108 ||GCC C++ Linker||aarch64-none-linux-gnu-g++|| 109 96 110 === Preprocessor === 97 111