Changes between Version 96 and Version 97 of Docs/825gen2/Dev/UpdatingLegacyApps


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

--

Legend:

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

    v96 v97  
    4242
    4343[[Image(825gen2_libs.png)]]
    44 
    45 **Debug-ARM825 and Release-ARM825 build configurations**
    46 
    47 ||**Includes**||**Description**||
    48 ||"${workspace_loc:/lib825ev/inc}"||Main 825 library||
    49 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language||
    50 ||"${workspace_loc:/lib825sql/inc}"||825 SQLite||
    51 ||/opt/arm64include|| ||
    52 ||/opt/armv8a/fontconfig/usr/include/|| ||
    53 
    54 [[br]]
    55 
    56 ||**Library**||**Description**||
    57 ||825ev||Main 825 library||
    58 ||825lang||825 Multi language||
    59 ||lib825sql||825 SQLite||
    60 ||sqlite3||825 SQLite||
    61 ||${UI_LIBS}|| ||
    62 ||${CAIRO_LIBS}|| ||
    63 ||${GLIB_LIBS}|| ||
    64 
    65 [[br]]
    66 
    67 **Debug-ARM825 build configuration**
    68 
    69 ||**Library search path**||**Description**||
    70 ||${workspace_loc:/lib825ev/Debug-ARM825}|| ||
    71 ||${workspace_loc:/lib825lang/Debug-ARM825}|| ||
    72 ||${workspace_loc:/lib825sql/Debug-ARM825}|| ||
    73 ||/opt/arm64lib|| ||
    74 
    75 **Release-ARM825 build configuration**
    76 
    77 ||**Library search path**||**Description**||
    78 ||${workspace_loc:/lib825ev/Release-ARM825}|| ||
    79 ||${workspace_loc:/lib825lang/Release-ARM825}|| ||
    80 ||${workspace_loc:/lib825sql/Release-ARM825}|| ||
    81 ||/opt/arm64lib|| ||
    8244
    834518. Under "GCC C++ Compiler" select "Preprocessor". Click the green plus icon to add the symbol "ARM64=1" This is used for conditional compilation. If there is also a "GCC C Compiler" section select "Preprocessor under that and also add the symbol "ARM64=1".
     
    13092[[Image(825_id_storage_legacy.png)]]
    13193
     94**Debug-ARM825 and Release-ARM825 build configurations**
     95
     96||**Includes**||**Description**||
     97||"${workspace_loc:/lib825ev/inc}"||Main 825 library||
     98||"${workspace_loc:/lib825lang/inc}"||825 Multi language||
     99||"${workspace_loc:/lib825sql/inc}"||825 SQLite||
     100||/opt/arm64include|| ||
     101||/opt/armv8a/fontconfig/usr/include/|| ||
     102
     103[[br]]
     104
     105||**Library**||**Description**||
     106||825ev||Main 825 library||
     107||825lang||825 Multi language||
     108||lib825sql||825 SQLite||
     109||sqlite3||825 SQLite||
     110||${UI_LIBS}|| ||
     111||${CAIRO_LIBS}|| ||
     112||${GLIB_LIBS}|| ||
     113
     114[[br]]
     115
     116Project Settings Reference
     117
     118**Debug-ARM825 build configuration**
     119
     120||**Library search path**||**Description**||
     121||${workspace_loc:/lib825ev/Debug-ARM825}|| ||
     122||${workspace_loc:/lib825lang/Debug-ARM825}|| ||
     123||${workspace_loc:/lib825sql/Debug-ARM825}|| ||
     124||/opt/arm64lib|| ||
     125
     126**Release-ARM825 build configuration**
     127
     128||**Library search path**||**Description**||
     129||${workspace_loc:/lib825ev/Release-ARM825}|| ||
     130||${workspace_loc:/lib825lang/Release-ARM825}|| ||
     131||${workspace_loc:/lib825sql/Release-ARM825}|| ||
     132||/opt/arm64lib|| ||
    132133
    133134Creating a simulator build configuration is also useful. Refer to [wiki:Simulating825gen2 Simulating 825 Gen2 Apps] for information about setting up a simulator build configuration.