Changes between Version 12 and Version 13 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/08/24 10:20:06 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v12 v13 11 11 9. In some cases the project may also have a "GCC C Compiler". If so change the command to "aarch64-none-linux-gnu-gcc". 12 12 10. In some cases the project may also have a "GCC Assembler". If so change the command to "aarch64-none-linux-gnu-as". 13 11. Click the "Build Artifact" tab. Change the output prefix to "/srv/nfs/arm825_nand/apps/" 13 11. Click the "Build Artifact" tab. Change the output prefix to "/srv/nfs/arm825_nand/apps/". This is where the completed app will be placed. Using this path will make it easy to test from an SSH connection into the 825. The "test825" script will automatically mount and select this path. 14 14 12. Click "Apply". 15 15 13. Go back to "Tool Settings" and under "GCC C++ Compiler" select "Include paths". Click the green plus icon to add a path. Add the path "/opt/arm64include". If there is a "GCC C Compiler" section also add this path to the includes there.