Changes between Version 26 and Version 27 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/16/24 08:04:36 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v26 v27 15 15 13. Click "Apply". 16 16 14. 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. 17 [[Image(ids_legacy_includes.png)]] 17 18 15. Under the "GCC C++ Linker" select "Libraries". Add the libraries "rt", "${UI_LIBS}" and "pthread". 18 19 16. Under "Library search path". Edit existing library paths as appropriate. For example change "${workspace_loc:/lib825ev/Debug}" to "${workspace_loc:/lib825ev/Debug-ARM825}" 19 20 17. Click the green plus icon and add the library path "/opt/arm64lib" 21 [[Image(ids_legacy_libs.png)]] 20 22 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". 21 23 19. Click "Apply and Close".