Changes between Version 25 and Version 26 of Docs/825gen2/Dev/Simulating825gen2
- Timestamp:
- 03/10/25 07:25:19 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Simulating825gen2
v25 v26 91 91 ||${PRT_SIM_LIBS}||(PRT_SIM_LIBS new 2025-03-05)|| 92 92 93 * For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may instead use sql3_7_9 which is statically linked. (To use sql3_7_9 library search path "${workspace_loc:/libsql3_7_9/Debug-ARM825-SIM}" will also have to be added.93 * For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may instead use sql3_7_9 which is statically linked. 94 94 95 95 If VM is not updated to have PRT_SIM_LIBS environment variable use individual lines for: cups, esmtp, ssl, crypto … … 100 100 ||${workspace_loc:/lib825ev/Debug-ARM825-SIM}|| || 101 101 ||${workspace_loc:/lib825lang/Debug-ARM825-SIM}|| || 102 ||${workspace_loc:/lib825sql/Debug-ARM825-SIM}|| || 102 ||${workspace_loc:/lib825sql/Debug-ARM825-SIM}|| * || 103 104 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825-SIM}". 103 105 104 106 105 107 106