Changes between Version 59 and Version 60 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/19/25 13:47:20 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v59 v60 19 19 7. Right-click on the project and select "Properties...", Select "Settings". Make sure the "Configuration" is selected as "Debug-ARM825" and click the "Tool Settings" tab. 20 20 21 8. Some projects might have "Cross Settings" under "Tool Settings". If so change the "Prefix" from "m68k-uclinux-" to "aarch64-none-linux-gnu-" ( Be sure to not leave out the final minus sign). If the "Cross Settings" is in the project the following steps 9-12 may then be skipped.21 8. Some projects might have "Cross Settings" under "Tool Settings". If so change the "Prefix" from "m68k-uclinux-" to "aarch64-none-linux-gnu-" (**Be sure to not leave out the final minus sign**). If the "Cross Settings" is in the project the following steps 9-12 may then be skipped. 22 22 23 23 9. Select "GCC C++ Compiler". The "Command:" will show "m68k-uclinux-g++". Change this to "aarch64-none-linux-gnu-g++". This changes the compiler to compile for the ARM64 architecture.