Changes between Version 18 and Version 19 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/08/24 10:40:10 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v18 v19 6 6 4. Click "New..." and type for the "Name:" input "Debug-ARM825". Selected "Copy settings from "Existing configuration - Debug". Click "OK". 7 7 5. There is now a duplicated build configuration. We will change this configuration to compile for the new 825. 8 6. Right-click on the project and select "Properties...", Select "Settings" and "Tool Settings".8 6. 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. 9 9 7. 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 8-11 may then be skipped. 10 10 8. 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.