Changes between Version 20 and Version 21 of Docs/825gen2/Dev/Simulating825gen2


Ignore:
Timestamp:
03/10/25 06:56:40 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Simulating825gen2

    v20 v21  
    353510. Click "Apply".
    363611. 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.
     3712. Under the "GCC C++ Linker" select "Libraries".
     3813. 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}"
     3914. 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.
     4015. Click "Apply and Close".
     41
     42
     43In 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
     47The simulator running with a legacy mode app may appear similar to:
     48
     49[[Image(ids_legacy_sim.png)]]
     50
     51The simulator running with new style app may appear similar to:
     52
     53[[Image(825batcher_sim.png)]]
     54
     55== Simulator Project Settings Reference ==
    3756
    3857**Debug-ARM825-SIM build configuration**
     
    81100
    82101
    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".
    87102
    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