Changes between Version 180 and Version 181 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/16/26 10:53:21 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v180 v181 47 47 18. Under "GCC C++ Compiler" select "Preprocessor". Click the green plus icon to add the symbol "ARM64=1" This is used for conditional compilation. If there is also a "GCC C Compiler" section select "Preprocessor under that and also add the symbol "ARM64=1". 48 48 49 19. Click the "Build Artifact" tab. Change the output prefix to "/srv/nfs/arm825/mnt/nand/apps/<projectname>/". 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. //After the build configuration is built performing ". test825 <ipaddress of VM>" from an SSH connection to the 825 will automatically mount and change directory to /mnt/nfs/arm825/mnt/nand/apps path on the 825 which will be the parent directory of the project. From SSH then type "cd <projectname>" to enter the directory for the project. Type "./<projectname>_dbg" to launch the app.//49 19. Add a folder //app// at the same level as the //src// folder. Click the "Build Artifact" tab. Change the output prefix to "../app/". 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. //After the build configuration is built performing ". test825 <ipaddress of VM>" from an SSH connection to the 825 will automatically mount and change directory to /mnt/nfs/arm825/mnt/nand/apps path on the 825 which will be the parent directory of the project. From SSH then type "cd <projectname>" to enter the directory for the project. Type "./<projectname>_dbg" to launch the app.// 50 50 51 51 20. Click "Apply and Close".
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)