Changes between Version 43 and Version 44 of Docs/825gen2/Dev/Simulating825gen2
- Timestamp:
- 03/12/25 07:16:06 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Simulating825gen2
v43 v44 120 120 ||${PRT_SIM_LIBS} ,,4,,||(PRT_SIM_LIBS new 2025-03-05)|| 121 121 122 ,,1,, Older apps may use 825 instead of 825ev122 ,,1,, Older apps may use //825// instead of //825ev//. 123 123 124 ,,2,, 825langis used for newer 825 Gen2 apps. This is not needed for recompile of Legacy 825 apps.124 ,,2,, //825lang// is used for newer 825 Gen2 apps. This is not needed for recompile of Legacy 825 apps. 125 125 126 ,,3,, 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_9which is statically linked.126 ,,3,, 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. 127 127 128 128 ,,4,, If VM is not updated to have PRT_SIM_LIBS environment variable instead use individual lines: cups, json-c, esmtp, ssl, crypto … … 135 135 ||${workspace_loc:/lib825sql/Debug-ARM825-SIM} ,,3,,|| 136 136 137 ,,1,, If the older lib825is used change search path to "${workspace_loc:/lib825/Debug-ARM825-SIM}".137 ,,1,, If the older //lib825// is used change search path to "${workspace_loc:/lib825/Debug-ARM825-SIM}". 138 138 139 ,,2,, The lib825lang search path is not needed if not using lib825lang.139 ,,2,, The //lib825lang// search path is not needed if not using //lib825lang//. 140 140 141 ,,3,, If sql3_7_9library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825-SIM}".141 ,,3,, If //sql3_7_9// library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825-SIM}". 142 142 143 143