Changes between Version 14 and Version 15 of Docs/825gen2/Dev/Simulating825gen2
- Timestamp:
- 03/09/25 16:30:24 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Simulating825gen2
v14 v15 29 29 6. Select "GCC C++ Compiler". Change the "Command:" to "g++". This changes the compiler to compile for PC architecture. 30 30 7. Select "GCC C++ Linker". Change the "Command:" to "g++". This changes the linker to link the project for the PC architecture. Linking is the process of combining the already compiled code modules and libraries to create the executable. 31 32 31 33 8. In some cases the project may also have a "GCC C Compiler". If so change the command to "gcc". 32 34 9. In some cases the project may also have a "GCC Assembler". If so change the command to "as". 33 35 10. Click "Apply". 34 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 38 **Debug-ARM825-SIM build configuration** 39 40 ||**Includes**||**Description**|| 41 ||"${workspace_loc:/lib825ev/inc}"||Main 825 library|| 42 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language|| 43 ||"${workspace_loc:/lib825sql/inc}"||825 SQLite|| 44 ||/usr/include/freetype2|| || 45 ||/usr/include/pixman-1/|| || 46 ||/usr/include/gstreamer-1.0/|| || 47 ||/usr/include/glib-2.0/|| || 48 ||/usr/lib64/glib-2.0/include|| || 49 ||/usr/include/cairo|| || 50 51 [[br]] 52 53 ||**Library**||**Description**|| 54 ||825ev||Main 825 library|| 55 ||825lang||825 Multi language|| 56 ||825sql||825 SQLite|| 57 ||sqlite3||825 SQLite|| 58 ||${UI_LIBS}|| || 59 ||${CAIRO_SIM_LIBS}|| || 60 ||${GLIB_LIBS}|| || 61 ||${PRT_SIM_LIBS}||(For earlier VMs can use individual: cups,esmtp,ssl,crypto|| 62 63 [[br]] 64 65 ||**Library search path**||**Description**|| 66 ||${workspace_loc:/lib825ev/Debug-ARM825-SIM}|| || 67 ||${workspace_loc:/lib825lang/Debug-ARM825-SIM}|| || 68 ||${workspace_loc:/lib825sql/Debug-ARM825-SIM}|| || 69 70 71 35 72 12. Under the "GCC C++ Linker" select "Libraries". 36 73 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}"