Changes between Version 20 and Version 21 of Docs/825gen2/Dev/Simulating825gen2
- Timestamp:
- 03/10/25 06:56:40 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Simulating825gen2
v20 v21 35 35 10. Click "Apply". 36 36 11. Go back to "Tool Settings" and under "GCC C++ Compiler" select "Include paths". Click the green plus icon to add paths. Add the paths "/usr/include/freetype2", "/usr/include/pixman-1" If there is a "GCC C Compiler" section also add these paths to the includes there. 37 12. Under the "GCC C++ Linker" select "Libraries". 38 13. Under "Library search path". Edit existing library paths as appropriate. For example change "${workspace_loc:/lib825ev/Debug-ARM825}" to "${workspace_loc:/lib825ev/Debug-ARM825-SIM}" 39 14. Under "GCC C++ Compiler" select "Preprocessor". Click the green plus icon to add symbols. Add "ARM64=1" and "SIM825=1". These are used for conditional compilation. If there is also a "GCC C Compiler" section select "Preprocessor under that and also add these symbols there. 40 15. Click "Apply and Close". 41 42 43 In case the VM is logged in as Plasma (X11) when starting a simulated app the console message will show: 44 45 [[Image(825_sim_x11_error.png)]] 46 47 The simulator running with a legacy mode app may appear similar to: 48 49 [[Image(ids_legacy_sim.png)]] 50 51 The simulator running with new style app may appear similar to: 52 53 [[Image(825batcher_sim.png)]] 54 55 == Simulator Project Settings Reference == 37 56 38 57 **Debug-ARM825-SIM build configuration** … … 81 100 82 101 83 12. Under the "GCC C++ Linker" select "Libraries".84 13. Under "Library search path". Edit existing library paths as appropriate. For example change "${workspace_loc:/lib825ev/Debug-ARM825}" to "${workspace_loc:/lib825ev/Debug-ARM825-SIM}"85 14. Under "GCC C++ Compiler" select "Preprocessor". Click the green plus icon to add symbols. Add "ARM64=1" and "SIM825=1". These are used for conditional compilation. If there is also a "GCC C Compiler" section select "Preprocessor under that and also add these symbols there.86 15. Click "Apply and Close".87 102 88 89 In case the VM is logged in as Plasma (X11) when starting a simulated app the console message will show:90 91 [[Image(825_sim_x11_error.png)]]92 93 The simulator running with a legacy mode app may appear similar to:94 95 [[Image(ids_legacy_sim.png)]]96 97 The simulator running with new style app may appear similar to:98 99 [[Image(825batcher_sim.png)]]100