Changes between Version 33 and Version 34 of Docs/825gen2/Dev/GettingStarted
- Timestamp:
- 09/26/24 08:43:38 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/GettingStarted
v33 v34 63 63 A good way to learn is to view code, build and modify existing projects. 64 64 65 Build configurations 65 == Build configurations == 66 66 67 67 Right-click on a project and select "Build Configurations", "Set Active" to see possible build configurations. … … 85 85 86 86 The GCC ARM 64-bit compiler compiles each source file and then the linker links the objects to create the executable file. In the above example the executable file is /srv/nfs/arm825_nand/apps/ids_dbg 87 88 == Utilities == 87 89 88 90 The "File Manager" may be used to view this.