export PATH=/usr/local/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/:/home/parisse/emsdk:/home/parisse/emsdk/upstream/emscripten:/home/parisse/.juliaup/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/Common Files/Oracle/Java/javapath:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/mnt/c/Program Files/TortoiseSVN/bin:/mnt/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/:/mnt/c/Users/paris/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/paris/.lmstudio/bin:/home/parisse/.lmstudio/bin:/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/:/home/parisse/.local/bin:/home/parisse/CEdev/bin:/home/parisse/.lmstudio/bin
[91m[36m         __  __      ______ ____   ____   _____
[91m[36m        / / / /_____/ ,____/_/ /  / __ \/'_   /
[91m[36m       / / / / __ '/ /____/ / /  / / / / / / / 
[91m[36m      / /_/ / /_/ /___,  / / /__/ /_/ / / / /  
[91m[36m      \____/ ____/______/_/____/\____/_/ /_/   
[91m[36m          / /                                  
[91m[36m         /_/                                   
[0;34m          - When Epsiloff and Omegout          [0m

[32mBuilding U1.1.2-E15.5.0
[32m  Targeting Numworks n0110
[32m    Building on Linux amd64
[0m[39m
HOSTCC  escher/image/inliner
gcc -std=c99 `libpng-config --cflags` escher/image/inliner.c ion/src/external/lz4/lz4.c ion/src/external/lz4/lz4hc.c `libpng-config --ldflags` -o output/release/device/n0110/escher/image/inliner
mkdir -p output/release/device/n0110/bootloader/drivers/
CXX     bootloader/drivers/stm32_drivers.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/drivers/stm32_drivers.cpp -o output/release/device/n0110/bootloader/drivers/stm32_drivers.o
mkdir -p output/release/device/n0110/bootloader/interface/menus/
CXX     bootloader/interface/menus/about.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/about.cpp -o output/release/device/n0110/bootloader/interface/menus/about.o
In file included from bootloader/interface/menus/about.h:4,
                 from bootloader/interface/menus/about.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/crash.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/crash.cpp -o output/release/device/n0110/bootloader/interface/menus/crash.o
In file included from bootloader/interface/menus/crash.h:4,
                 from bootloader/interface/menus/crash.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/dfu.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/dfu.cpp -o output/release/device/n0110/bootloader/interface/menus/dfu.o
In file included from bootloader/interface/menus/dfu.h:4,
                 from bootloader/interface/menus/dfu.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/home.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/home.cpp -o output/release/device/n0110/bootloader/interface/menus/home.o
In file included from bootloader/interface/menus/home.h:4,
                 from bootloader/interface/menus/home.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/installer.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/installer.cpp -o output/release/device/n0110/bootloader/interface/menus/installer.o
In file included from bootloader/interface/menus/installer.h:4,
                 from bootloader/interface/menus/installer.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/slot_recovery.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/slot_recovery.cpp -o output/release/device/n0110/bootloader/interface/menus/slot_recovery.o
In file included from bootloader/interface/menus/slot_recovery.h:4,
                 from bootloader/interface/menus/slot_recovery.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/upsilon_recovery.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/upsilon_recovery.cpp -o output/release/device/n0110/bootloader/interface/menus/upsilon_recovery.o
In file included from bootloader/interface/menus/upsilon_recovery.h:4,
                 from bootloader/interface/menus/upsilon_recovery.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
CXX     bootloader/interface/menus/warning.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/menus/warning.cpp -o output/release/device/n0110/bootloader/interface/menus/warning.o
In file included from bootloader/interface/menus/warning.h:4,
                 from bootloader/interface/menus/warning.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
mkdir -p output/release/device/n0110/bootloader/interface/src/
CXX     bootloader/interface/src/menu.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/interface/src/menu.cpp -o output/release/device/n0110/bootloader/interface/src/menu.o
In file included from bootloader/interface/src/menu.cpp:1:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
mkdir -p output/release/device/n0110/bootloader/interface/static/
INLINER bootloader/computer.cpp
output/release/device/n0110/escher/image/inliner output/release/device/n0110/bootloader/computer.png output/release/device/n0110/bootloader/computer.h output/release/device/n0110/bootloader/computer.cpp
CXX     bootloader/computer.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Ioutput/release/device/n0110/bootloader/interface/static/ -c output/release/device/n0110/bootloader/computer.cpp -o output/release/device/n0110/bootloader/computer.o
CXX     bootloader/interface/static/interface.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Ioutput/release/device/n0110/bootloader/interface/static/ -c bootloader/interface/static/interface.cpp -o output/release/device/n0110/bootloader/interface/static/interface.o
AS      bootloader/jump_to_firmware.o
arm-none-eabi-gcc -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/jump_to_firmware.s -o output/release/device/n0110/bootloader/jump_to_firmware.o
CXX     bootloader/main.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/main.cpp -o output/release/device/n0110/bootloader/main.o
CXX     bootloader/recovery.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/recovery.cpp -o output/release/device/n0110/bootloader/recovery.o
In file included from ./bootloader/interface/menus/slot_recovery.h:4,
                 from bootloader/recovery.cpp:12:
./bootloader/interface/src/menu.h: In constructor 'Bootloader::Menu::Menu(KDColor, KDColor, const char*, const char*, bool, int)':
./bootloader/interface/src/menu.h:117:20: warning: 'Bootloader::Menu::m_title' will be initialized after [-Wreorder]
  117 |       const char * m_title;
      |                    ^~~~~~~
./bootloader/interface/src/menu.h:116:15: warning:   'KDColor Bootloader::Menu::m_foreground' [-Wreorder]
  116 |       KDColor m_foreground;
      |               ^~~~~~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:122:12: warning: 'Bootloader::Menu::m_forced_exit' will be initialized after [-Wreorder]
  122 |       bool m_forced_exit;
      |            ^~~~~~~~~~~~~
./bootloader/interface/src/menu.h:120:11: warning:   'int Bootloader::Menu::m_margin' [-Wreorder]
  120 |       int m_margin;
      |           ^~~~~~~~
./bootloader/interface/src/menu.h:15:7: warning:   when initialized here [-Wreorder]
   15 |       Menu(KDColor foreground, KDColor background, const char * title, const char * bottom, bool centerY, int margin) : m_columns(), m_defaultColumns(), m_slotColumns(), m_background(background), m_title(title), m_foreground(foreground), m_bottom(bottom), m_centerY(centerY), m_forced_exit(false), m_margin(margin) {
      |       ^~~~
./bootloader/interface/src/menu.h:16:14: warning: pure virtual 'virtual void Bootloader::Menu::setup()' called from constructor
   16 |         setup();
      |         ~~~~~^~
bootloader/recovery.cpp: In static member function 'static Bootloader::Recovery::CrashedSlot Bootloader::Recovery::getSlotConcerned()':
bootloader/recovery.cpp:55:8: warning: variable 'isBCrashed' set but not used [-Wunused-but-set-variable]
   55 |   bool isBCrashed = false;
      |        ^~~~~~~~~~
mkdir -p output/release/device/n0110/bootloader/slots/
CXX     bootloader/slots/kernel_header.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/slots/kernel_header.cpp -o output/release/device/n0110/bootloader/slots/kernel_header.o
CXX     bootloader/slots/slot.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/slots/slot.cpp -o output/release/device/n0110/bootloader/slots/slot.o
CXX     bootloader/slots/slot_exam_mode.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/slots/slot_exam_mode.cpp -o output/release/device/n0110/bootloader/slots/slot_exam_mode.o
bootloader/slots/slot_exam_mode.cpp: In static member function 'static uint8_t Bootloader::ExamMode::SlotsExamMode::FetchSlotExamMode(const char*, const char*)':
bootloader/slots/slot_exam_mode.cpp:47:12: warning: comparison with string literal results in unspecified behavior [-Waddress]
   47 |   if (Slot == "A") {
      |       ~~~~~^~~~~~
bootloader/slots/slot_exam_mode.cpp:64:17: warning: comparison with string literal results in unspecified behavior [-Waddress]
   64 |   else if (Slot == "B") {
      |            ~~~~~^~~~~~
bootloader/slots/slot_exam_mode.cpp:80:19: warning: comparison with string literal results in unspecified behavior [-Waddress]
   80 |   } else if (Slot == "Khi") {
      |              ~~~~~^~~~~~~~
CXX     bootloader/slots/userland_header.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/slots/userland_header.cpp -o output/release/device/n0110/bootloader/slots/userland_header.o
CXX     bootloader/trampoline.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/trampoline.cpp -o output/release/device/n0110/bootloader/trampoline.o
CXX     bootloader/usb_data.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/usb_data.cpp -o output/release/device/n0110/bootloader/usb_data.o
CXX     bootloader/utility.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c bootloader/utility.cpp -o output/release/device/n0110/bootloader/utility.o
mkdir -p output/release/device/n0110/kandinsky/fonts/
HOSTCC  kandinsky/fonts/rasterizer
gcc -std=c99 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/usr/include/libpng16  -DGENERATE_PNG=1 kandinsky/fonts/rasterizer.c ion/src/external/lz4/lz4.c ion/src/external/lz4/lz4hc.c -lfreetype  -lpng16  -o output/release/device/n0110/kandinsky/fonts/rasterizer
RASTER  kandinsky/fonts/LargeFontSimple.cpp
output/release/device/n0110/kandinsky/fonts/rasterizer kandinsky/fonts/LargeFont.ttf 0 16 16 10 18 LargeFont output/release/device/n0110/kandinsky/fonts/LargeFontSimple.cpp output/release/device/n0110/kandinsky/fonts/LargeFontSimple.png
RASTER  kandinsky/fonts/SmallFontSimple.cpp
output/release/device/n0110/kandinsky/fonts/rasterizer kandinsky/fonts/SmallFont.ttf 0 12 12 7 14 SmallFont output/release/device/n0110/kandinsky/fonts/SmallFontSimple.cpp output/release/device/n0110/kandinsky/fonts/SmallFontSimple.png
mkdir -p output/release/device/n0110/bootloader/boot/
CC      bootloader/boot/isr.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c bootloader/boot/isr.c -o output/release/device/n0110/bootloader/boot/isr.o
CXX     bootloader/boot/rt0.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c bootloader/boot/rt0.cpp -o output/release/device/n0110/bootloader/boot/rt0.o
bootloader/boot/rt0.cpp:34:55: warning: FP registers might be clobbered despite 'interrupt' attribute: compile with '-mgeneral-regs-only' [-Wattributes]
   34 | void __attribute__((interrupt, noinline)) isr_systick() {
      |                                                       ^
CXX     bootloader/drivers/board.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c bootloader/drivers/board.cpp -o output/release/device/n0110/bootloader/drivers/board.o
mkdir -p output/release/device/n0110/ion/src/device/bootloader/drivers/
CXX     ion/src/device/bootloader/drivers/usb_desc.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/drivers/usb_desc.cpp -o output/release/device/n0110/ion/src/device/bootloader/drivers/usb_desc.o
mkdir -p output/release/device/n0110/ion/src/device/bootloader/usb/
CXX     ion/src/device/bootloader/usb/calculator.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/calculator.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/calculator.o
CXX     ion/src/device/bootloader/usb/dfu_interface.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/dfu_interface.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/dfu_interface.o
ion/src/device/bootloader/usb/dfu_interface.cpp: In member function 'void Ion::Device::USB::DFUInterface::eraseMemoryIfNeeded()':
ion/src/device/bootloader/usb/dfu_interface.cpp:214:31: warning: variable 'config' set but not used [-Wunused-but-set-variable]
  214 |   Bootloader::ProtectionState config = getDfuConfig();
      |                               ^~~~~~
ion/src/device/bootloader/usb/dfu_interface.cpp: In member function 'void Ion::Device::USB::DFUInterface::writeOnMemory()':
ion/src/device/bootloader/usb/dfu_interface.cpp:236:33: warning: variable 'config' set but not used [-Wunused-but-set-variable]
  236 |     Bootloader::ProtectionState config = getDfuConfig();
      |                                 ^~~~~~
CXX     ion/src/device/bootloader/usb/dfu_xip.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/dfu_xip.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/dfu_xip.o
mkdir -p output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/
CXX     ion/src/device/bootloader/usb/stack/descriptor/bos_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/bos_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/bos_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/configuration_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/configuration_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/configuration_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/device_capability_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/device_capability_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/device_capability_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/device_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/device_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/device_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/dfu_functional_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/dfu_functional_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/dfu_functional_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/extended_compat_id_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/extended_compat_id_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/extended_compat_id_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/interface_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/interface_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/interface_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/language_id_string_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/language_id_string_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/language_id_string_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/microsoft_os_string_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/microsoft_os_string_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/microsoft_os_string_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/platform_device_capability_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/platform_device_capability_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/platform_device_capability_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/string_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/string_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/string_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/url_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/url_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/url_descriptor.o
CXX     ion/src/device/bootloader/usb/stack/descriptor/webusb_platform_descriptor.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/descriptor/webusb_platform_descriptor.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/webusb_platform_descriptor.o
mkdir -p output/release/device/n0110/ion/src/device/bootloader/usb/stack/
CXX     ion/src/device/bootloader/usb/stack/device.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/device.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/device.o
CXX     ion/src/device/bootloader/usb/stack/endpoint0.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/endpoint0.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/endpoint0.o
CXX     ion/src/device/bootloader/usb/stack/interface.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/interface.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/interface.o
CXX     ion/src/device/bootloader/usb/stack/request_recipient.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/request_recipient.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/request_recipient.o
CXX     ion/src/device/bootloader/usb/stack/setup_packet.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/setup_packet.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/setup_packet.o
CXX     ion/src/device/bootloader/usb/stack/streamable.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/bootloader/usb/stack/streamable.cpp -o output/release/device/n0110/ion/src/device/bootloader/usb/stack/streamable.o
mkdir -p output/release/device/n0110/ion/src/device/n0110/drivers/
CXX     ion/src/device/n0110/drivers/cache.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/cache.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/cache.o
CXX     ion/src/device/n0110/drivers/external_flash.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/external_flash.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/external_flash.o
CXX     ion/src/device/n0110/drivers/led.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/led.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/led.o
CXX     ion/src/device/n0110/drivers/power.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/power.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/power.o
CXX     ion/src/device/n0110/drivers/reset.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/reset.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/reset.o
CXX     ion/src/device/n0110/drivers/usb.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/n0110/drivers/usb.cpp -o output/release/device/n0110/ion/src/device/n0110/drivers/usb.o
mkdir -p output/release/device/n0110/ion/src/device/n0110/
CXX     ion/src/device/n0110/platform_info.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -DHEADER_SECTION="__attribute__((section(\".header\")))" -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -DPATCH_LEVEL="'2','b','5','d','6','e','9',0" -DEPSILON_VERSION="'1','5','.','5','.','0',0" -DOMEGA_VERSION="'2','.','0','.','2',0" -DUPSILON_VERSION="'1','.','1','.','2',0" -DOMEGA_USERNAME="0"  -c ion/src/device/n0110/platform_info.cpp -o output/release/device/n0110/ion/src/device/n0110/platform_info.o
<command-line>: warning: "EPSILON_VERSION" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "OMEGA_VERSION" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "UPSILON_VERSION" redefined
<command-line>: note: this is the location of the previous definition
mkdir -p output/release/device/n0110/ion/src/device/shared/drivers/
CXX     ion/src/device/shared/drivers/backlight.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/backlight.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/backlight.o
CXX     ion/src/device/shared/drivers/base64.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/base64.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/base64.o
CXX     ion/src/device/shared/drivers/battery.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/battery.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/battery.o
CXX     ion/src/device/shared/drivers/bldata.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/bldata.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/bldata.o
ion/src/device/shared/drivers/bldata.cpp: In member function 'Ion::Device::BootloaderSharedData::BootloaderSharedData()':
ion/src/device/shared/drivers/bldata.cpp:16:9: warning: 'this_4(D)->m_header' is used uninitialized [-Wuninitialized]
   16 |     if (m_header != Magic) {
      |         ^~~~~~~~
CXX     ion/src/device/shared/drivers/board.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/board.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/board.o
CXX     ion/src/device/shared/drivers/clipboard.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/clipboard.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/clipboard.o
CXX     ion/src/device/shared/drivers/console_dummy.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/console_dummy.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/console_dummy.o
CXX     ion/src/device/shared/drivers/crc32.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/crc32.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/crc32.o
CXX     ion/src/device/shared/drivers/display.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/display.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/display.o
CXX     ion/src/device/shared/drivers/events_keyboard_platform.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/events_keyboard_platform.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/events_keyboard_platform.o
CXX     ion/src/device/shared/drivers/exam_mode.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/exam_mode.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/exam_mode.o
CXX     ion/src/device/shared/drivers/flash.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/flash.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/flash.o
CXX     ion/src/device/shared/drivers/internal_flash.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/internal_flash.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/internal_flash.o
CXX     ion/src/device/shared/drivers/keyboard.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/keyboard.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/keyboard.o
CXX     ion/src/device/shared/drivers/led.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/led.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/led.o
CXX     ion/src/device/shared/drivers/pcb_version.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/pcb_version.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/pcb_version.o
CXX     ion/src/device/shared/drivers/power.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/power.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/power.o
CXX     ion/src/device/shared/drivers/random.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/random.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/random.o
CXX     ion/src/device/shared/drivers/reset.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/reset.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/reset.o
CXX     ion/src/device/shared/drivers/rtc.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/rtc.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/rtc.o
CXX     ion/src/device/shared/drivers/serial_number.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/serial_number.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/serial_number.o
CXX     ion/src/device/shared/drivers/swd.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/swd.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/swd.o
CXX     ion/src/device/shared/drivers/timing.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/timing.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/timing.o
CXX     ion/src/device/shared/drivers/usb.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/usb.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/usb.o
CXX     ion/src/device/shared/drivers/wakeup.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/drivers/wakeup.cpp -o output/release/device/n0110/ion/src/device/shared/drivers/wakeup.o
mkdir -p output/release/device/n0110/ion/src/device/shared/
CXX     ion/src/device/shared/events.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/events.cpp -o output/release/device/n0110/ion/src/device/shared/events.o
CXX     ion/src/device/shared/stack.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -Iion/src/device/n0110 -Iion/src/device/shared -DPCB_LATEST=343  -DIN_FACTORY=0 -c ion/src/device/shared/stack.cpp -o output/release/device/n0110/ion/src/device/shared/stack.o
mkdir -p output/release/device/n0110/ion/src/external/lz4/
CC      ion/src/external/lz4/lz4.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/external/lz4/lz4.c -o output/release/device/n0110/ion/src/external/lz4/lz4.o
mkdir -p output/release/device/n0110/ion/src/shared/
CXX     ion/src/shared/collect_registers.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/collect_registers.cpp -o output/release/device/n0110/ion/src/shared/collect_registers.o
CXX     ion/src/shared/console_line.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/console_line.cpp -o output/release/device/n0110/ion/src/shared/console_line.o
CXX     ion/src/shared/crc32_eat_byte.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/crc32_eat_byte.cpp -o output/release/device/n0110/ion/src/shared/crc32_eat_byte.o
CXX     ion/src/shared/decompress.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/decompress.cpp -o output/release/device/n0110/ion/src/shared/decompress.o
CXX     ion/src/shared/events.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/events.cpp -o output/release/device/n0110/ion/src/shared/events.o
CXX     ion/src/shared/events_keyboard.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/events_keyboard.cpp -o output/release/device/n0110/ion/src/shared/events_keyboard.o
CXX     ion/src/shared/events_modifier.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/events_modifier.cpp -o output/release/device/n0110/ion/src/shared/events_modifier.o
CXX     ion/src/shared/internal_storage.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/internal_storage.cpp -o output/release/device/n0110/ion/src/shared/internal_storage.o
ion/src/shared/internal_storage.cpp: In member function 'int Ion::InternalStorage::numberOfRecords()':
ion/src/shared/internal_storage.cpp:231:18: warning: unused variable 'name' [-Wunused-variable]
  231 |     const char * name = fullNameOfRecordStarting(p);
      |                  ^~~~
mkdir -p output/release/device/n0110/ion/src/shared/keyboard/layout_B3/
CXX     ion/src/shared/keyboard/layout_B3/layout_events.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/keyboard/layout_B3/layout_events.cpp -o output/release/device/n0110/ion/src/shared/keyboard/layout_B3/layout_events.o
CXX     ion/src/shared/rtc.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/rtc.cpp -o output/release/device/n0110/ion/src/shared/rtc.o
CXX     ion/src/shared/stack_position.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/stack_position.cpp -o output/release/device/n0110/ion/src/shared/stack_position.o
CXX     ion/src/shared/storage.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/storage.cpp -o output/release/device/n0110/ion/src/shared/storage.o
mkdir -p output/release/device/n0110/ion/src/shared/unicode/
CXX     ion/src/shared/unicode/utf8_decoder.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/unicode/utf8_decoder.cpp -o output/release/device/n0110/ion/src/shared/unicode/utf8_decoder.o
CXX     ion/src/shared/unicode/utf8_helper.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c ion/src/shared/unicode/utf8_helper.cpp -o output/release/device/n0110/ion/src/shared/unicode/utf8_helper.o
CXX     kandinsky/fonts/LargeFontSimple.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c output/release/device/n0110/kandinsky/fonts/LargeFontSimple.cpp -o output/release/device/n0110/kandinsky/fonts/LargeFontSimple.o
CXX     kandinsky/fonts/SmallFontSimple.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c output/release/device/n0110/kandinsky/fonts/SmallFontSimple.cpp -o output/release/device/n0110/kandinsky/fonts/SmallFontSimple.o
mkdir -p output/release/device/n0110/kandinsky/src/
CXX     kandinsky/src/color.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/color.cpp -o output/release/device/n0110/kandinsky/src/color.o
CXX     kandinsky/src/context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context.cpp -o output/release/device/n0110/kandinsky/src/context.o
CXX     kandinsky/src/context_circle.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_circle.cpp -o output/release/device/n0110/kandinsky/src/context_circle.o
CXX     kandinsky/src/context_line.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_line.cpp -o output/release/device/n0110/kandinsky/src/context_line.o
CXX     kandinsky/src/context_pixel.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_pixel.cpp -o output/release/device/n0110/kandinsky/src/context_pixel.o
CXX     kandinsky/src/context_polygon.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_polygon.cpp -o output/release/device/n0110/kandinsky/src/context_polygon.o
CXX     kandinsky/src/context_rect.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_rect.cpp -o output/release/device/n0110/kandinsky/src/context_rect.o
CXX     kandinsky/src/context_text.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/context_text.cpp -o output/release/device/n0110/kandinsky/src/context_text.o
CXX     kandinsky/src/font.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/font.cpp -o output/release/device/n0110/kandinsky/src/font.o
CXX     kandinsky/src/framebuffer.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/framebuffer.cpp -o output/release/device/n0110/kandinsky/src/framebuffer.o
CXX     kandinsky/src/framebuffer_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/framebuffer_context.cpp -o output/release/device/n0110/kandinsky/src/framebuffer_context.o
CXX     kandinsky/src/ion_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/ion_context.cpp -o output/release/device/n0110/kandinsky/src/ion_context.o
CXX     kandinsky/src/point.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/point.cpp -o output/release/device/n0110/kandinsky/src/point.o
CXX     kandinsky/src/postprocess_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/postprocess_context.cpp -o output/release/device/n0110/kandinsky/src/postprocess_context.o
CXX     kandinsky/src/postprocess_gamma_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/postprocess_gamma_context.cpp -o output/release/device/n0110/kandinsky/src/postprocess_gamma_context.o
CXX     kandinsky/src/postprocess_invert_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/postprocess_invert_context.cpp -o output/release/device/n0110/kandinsky/src/postprocess_invert_context.o
CXX     kandinsky/src/postprocess_zoom_context.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/postprocess_zoom_context.cpp -o output/release/device/n0110/kandinsky/src/postprocess_zoom_context.o
CXX     kandinsky/src/rect.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c kandinsky/src/rect.cpp -o output/release/device/n0110/kandinsky/src/rect.o
mkdir -p output/release/device/n0110/liba/src/
CC      liba/src/abs.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/abs.c -o output/release/device/n0110/liba/src/abs.o
mkdir -p output/release/device/n0110/liba/src/aeabi-rt/
CC      liba/src/aeabi-rt/atexit.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/aeabi-rt/atexit.c -o output/release/device/n0110/liba/src/aeabi-rt/atexit.o
mkdir -p output/release/device/n0110/liba/src/armv7m/
AS      liba/src/armv7m/longjmp.o
arm-none-eabi-gcc -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/armv7m/longjmp.s -o output/release/device/n0110/liba/src/armv7m/longjmp.o
AS      liba/src/armv7m/setjmp.o
arm-none-eabi-gcc -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/armv7m/setjmp.s -o output/release/device/n0110/liba/src/armv7m/setjmp.o
CC      liba/src/assert.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/assert.c -o output/release/device/n0110/liba/src/assert.o
CC      liba/src/bzero.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/bzero.c -o output/release/device/n0110/liba/src/bzero.o
CC      liba/src/ctype.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/ctype.c -o output/release/device/n0110/liba/src/ctype.o
CC      liba/src/errno.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/errno.c -o output/release/device/n0110/liba/src/errno.o
mkdir -p output/release/device/n0110/liba/src/external/openbsd/
CC      liba/src/external/openbsd/b_exp__D.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/b_exp__D.c -o output/release/device/n0110/liba/src/external/openbsd/b_exp__D.o
CC      liba/src/external/openbsd/b_log__D.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/b_log__D.c -o output/release/device/n0110/liba/src/external/openbsd/b_log__D.o
CC      liba/src/external/openbsd/b_tgamma.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/b_tgamma.c -o output/release/device/n0110/liba/src/external/openbsd/b_tgamma.o
CC      liba/src/external/openbsd/e_acos.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_acos.c -o output/release/device/n0110/liba/src/external/openbsd/e_acos.o
CC      liba/src/external/openbsd/e_acosf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_acosf.c -o output/release/device/n0110/liba/src/external/openbsd/e_acosf.o
CC      liba/src/external/openbsd/e_acosh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_acosh.c -o output/release/device/n0110/liba/src/external/openbsd/e_acosh.o
CC      liba/src/external/openbsd/e_acoshf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_acoshf.c -o output/release/device/n0110/liba/src/external/openbsd/e_acoshf.o
CC      liba/src/external/openbsd/e_asin.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_asin.c -o output/release/device/n0110/liba/src/external/openbsd/e_asin.o
CC      liba/src/external/openbsd/e_asinf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_asinf.c -o output/release/device/n0110/liba/src/external/openbsd/e_asinf.o
CC      liba/src/external/openbsd/e_atan2.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_atan2.c -o output/release/device/n0110/liba/src/external/openbsd/e_atan2.o
CC      liba/src/external/openbsd/e_atan2f.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_atan2f.c -o output/release/device/n0110/liba/src/external/openbsd/e_atan2f.o
CC      liba/src/external/openbsd/e_atanh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_atanh.c -o output/release/device/n0110/liba/src/external/openbsd/e_atanh.o
CC      liba/src/external/openbsd/e_atanhf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_atanhf.c -o output/release/device/n0110/liba/src/external/openbsd/e_atanhf.o
CC      liba/src/external/openbsd/e_cosh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_cosh.c -o output/release/device/n0110/liba/src/external/openbsd/e_cosh.o
CC      liba/src/external/openbsd/e_coshf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_coshf.c -o output/release/device/n0110/liba/src/external/openbsd/e_coshf.o
CC      liba/src/external/openbsd/e_exp.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_exp.c -o output/release/device/n0110/liba/src/external/openbsd/e_exp.o
CC      liba/src/external/openbsd/e_expf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_expf.c -o output/release/device/n0110/liba/src/external/openbsd/e_expf.o
CC      liba/src/external/openbsd/e_fmod.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_fmod.c -o output/release/device/n0110/liba/src/external/openbsd/e_fmod.o
CC      liba/src/external/openbsd/e_fmodf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_fmodf.c -o output/release/device/n0110/liba/src/external/openbsd/e_fmodf.o
CC      liba/src/external/openbsd/e_hypot.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_hypot.c -o output/release/device/n0110/liba/src/external/openbsd/e_hypot.o
CC      liba/src/external/openbsd/e_hypotf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_hypotf.c -o output/release/device/n0110/liba/src/external/openbsd/e_hypotf.o
CC      liba/src/external/openbsd/e_lgamma_r.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_lgamma_r.c -o output/release/device/n0110/liba/src/external/openbsd/e_lgamma_r.o
CC      liba/src/external/openbsd/e_lgammaf_r.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_lgammaf_r.c -o output/release/device/n0110/liba/src/external/openbsd/e_lgammaf_r.o
CC      liba/src/external/openbsd/e_log.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_log.c -o output/release/device/n0110/liba/src/external/openbsd/e_log.o
CC      liba/src/external/openbsd/e_log10.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_log10.c -o output/release/device/n0110/liba/src/external/openbsd/e_log10.o
CC      liba/src/external/openbsd/e_log10f.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_log10f.c -o output/release/device/n0110/liba/src/external/openbsd/e_log10f.o
CC      liba/src/external/openbsd/e_log2.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_log2.c -o output/release/device/n0110/liba/src/external/openbsd/e_log2.o
CC      liba/src/external/openbsd/e_logf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_logf.c -o output/release/device/n0110/liba/src/external/openbsd/e_logf.o
CC      liba/src/external/openbsd/e_pow.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_pow.c -o output/release/device/n0110/liba/src/external/openbsd/e_pow.o
CC      liba/src/external/openbsd/e_powf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_powf.c -o output/release/device/n0110/liba/src/external/openbsd/e_powf.o
CC      liba/src/external/openbsd/e_rem_pio2.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_rem_pio2.c -o output/release/device/n0110/liba/src/external/openbsd/e_rem_pio2.o
CC      liba/src/external/openbsd/e_rem_pio2f.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_rem_pio2f.c -o output/release/device/n0110/liba/src/external/openbsd/e_rem_pio2f.o
CC      liba/src/external/openbsd/e_scalb.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_scalb.c -o output/release/device/n0110/liba/src/external/openbsd/e_scalb.o
CC      liba/src/external/openbsd/e_sinh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_sinh.c -o output/release/device/n0110/liba/src/external/openbsd/e_sinh.o
CC      liba/src/external/openbsd/e_sinhf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_sinhf.c -o output/release/device/n0110/liba/src/external/openbsd/e_sinhf.o
CC      liba/src/external/openbsd/e_sqrt.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_sqrt.c -o output/release/device/n0110/liba/src/external/openbsd/e_sqrt.o
CC      liba/src/external/openbsd/e_sqrtf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/e_sqrtf.c -o output/release/device/n0110/liba/src/external/openbsd/e_sqrtf.o
CC      liba/src/external/openbsd/k_cos.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_cos.c -o output/release/device/n0110/liba/src/external/openbsd/k_cos.o
CC      liba/src/external/openbsd/k_cosf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_cosf.c -o output/release/device/n0110/liba/src/external/openbsd/k_cosf.o
CC      liba/src/external/openbsd/k_rem_pio2.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_rem_pio2.c -o output/release/device/n0110/liba/src/external/openbsd/k_rem_pio2.o
CC      liba/src/external/openbsd/k_rem_pio2f.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_rem_pio2f.c -o output/release/device/n0110/liba/src/external/openbsd/k_rem_pio2f.o
CC      liba/src/external/openbsd/k_sin.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_sin.c -o output/release/device/n0110/liba/src/external/openbsd/k_sin.o
CC      liba/src/external/openbsd/k_sinf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_sinf.c -o output/release/device/n0110/liba/src/external/openbsd/k_sinf.o
CC      liba/src/external/openbsd/k_tan.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_tan.c -o output/release/device/n0110/liba/src/external/openbsd/k_tan.o
CC      liba/src/external/openbsd/k_tanf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/k_tanf.c -o output/release/device/n0110/liba/src/external/openbsd/k_tanf.o
CC      liba/src/external/openbsd/s_asinh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_asinh.c -o output/release/device/n0110/liba/src/external/openbsd/s_asinh.o
CC      liba/src/external/openbsd/s_asinhf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_asinhf.c -o output/release/device/n0110/liba/src/external/openbsd/s_asinhf.o
CC      liba/src/external/openbsd/s_atan.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_atan.c -o output/release/device/n0110/liba/src/external/openbsd/s_atan.o
CC      liba/src/external/openbsd/s_atanf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_atanf.c -o output/release/device/n0110/liba/src/external/openbsd/s_atanf.o
CC      liba/src/external/openbsd/s_ceil.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_ceil.c -o output/release/device/n0110/liba/src/external/openbsd/s_ceil.o
CC      liba/src/external/openbsd/s_ceilf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_ceilf.c -o output/release/device/n0110/liba/src/external/openbsd/s_ceilf.o
CC      liba/src/external/openbsd/s_copysign.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_copysign.c -o output/release/device/n0110/liba/src/external/openbsd/s_copysign.o
CC      liba/src/external/openbsd/s_copysignf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_copysignf.c -o output/release/device/n0110/liba/src/external/openbsd/s_copysignf.o
CC      liba/src/external/openbsd/s_cos.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_cos.c -o output/release/device/n0110/liba/src/external/openbsd/s_cos.o
CC      liba/src/external/openbsd/s_cosf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_cosf.c -o output/release/device/n0110/liba/src/external/openbsd/s_cosf.o
CC      liba/src/external/openbsd/s_erf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_erf.c -o output/release/device/n0110/liba/src/external/openbsd/s_erf.o
CC      liba/src/external/openbsd/s_erff.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_erff.c -o output/release/device/n0110/liba/src/external/openbsd/s_erff.o
CC      liba/src/external/openbsd/s_expm1.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_expm1.c -o output/release/device/n0110/liba/src/external/openbsd/s_expm1.o
CC      liba/src/external/openbsd/s_expm1f.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_expm1f.c -o output/release/device/n0110/liba/src/external/openbsd/s_expm1f.o
CC      liba/src/external/openbsd/s_fabs.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_fabs.c -o output/release/device/n0110/liba/src/external/openbsd/s_fabs.o
CC      liba/src/external/openbsd/s_fabsf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_fabsf.c -o output/release/device/n0110/liba/src/external/openbsd/s_fabsf.o
CC      liba/src/external/openbsd/s_floor.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_floor.c -o output/release/device/n0110/liba/src/external/openbsd/s_floor.o
CC      liba/src/external/openbsd/s_floorf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_floorf.c -o output/release/device/n0110/liba/src/external/openbsd/s_floorf.o
CC      liba/src/external/openbsd/s_fmax.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_fmax.c -o output/release/device/n0110/liba/src/external/openbsd/s_fmax.o
CC      liba/src/external/openbsd/s_fmaxf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_fmaxf.c -o output/release/device/n0110/liba/src/external/openbsd/s_fmaxf.o
CC      liba/src/external/openbsd/s_frexp.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_frexp.c -o output/release/device/n0110/liba/src/external/openbsd/s_frexp.o
CC      liba/src/external/openbsd/s_frexpf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_frexpf.c -o output/release/device/n0110/liba/src/external/openbsd/s_frexpf.o
CC      liba/src/external/openbsd/s_log1p.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_log1p.c -o output/release/device/n0110/liba/src/external/openbsd/s_log1p.o
CC      liba/src/external/openbsd/s_log1pf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_log1pf.c -o output/release/device/n0110/liba/src/external/openbsd/s_log1pf.o
CC      liba/src/external/openbsd/s_logb.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_logb.c -o output/release/device/n0110/liba/src/external/openbsd/s_logb.o
CC      liba/src/external/openbsd/s_logbf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_logbf.c -o output/release/device/n0110/liba/src/external/openbsd/s_logbf.o
CC      liba/src/external/openbsd/s_modf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_modf.c -o output/release/device/n0110/liba/src/external/openbsd/s_modf.o
CC      liba/src/external/openbsd/s_modff.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_modff.c -o output/release/device/n0110/liba/src/external/openbsd/s_modff.o
CC      liba/src/external/openbsd/s_nextafter.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_nextafter.c -o output/release/device/n0110/liba/src/external/openbsd/s_nextafter.o
CC      liba/src/external/openbsd/s_nextafterf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_nextafterf.c -o output/release/device/n0110/liba/src/external/openbsd/s_nextafterf.o
CC      liba/src/external/openbsd/s_rint.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_rint.c -o output/release/device/n0110/liba/src/external/openbsd/s_rint.o
CC      liba/src/external/openbsd/s_round.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_round.c -o output/release/device/n0110/liba/src/external/openbsd/s_round.o
CC      liba/src/external/openbsd/s_roundf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_roundf.c -o output/release/device/n0110/liba/src/external/openbsd/s_roundf.o
CC      liba/src/external/openbsd/s_scalbn.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_scalbn.c -o output/release/device/n0110/liba/src/external/openbsd/s_scalbn.o
CC      liba/src/external/openbsd/s_scalbnf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_scalbnf.c -o output/release/device/n0110/liba/src/external/openbsd/s_scalbnf.o
CC      liba/src/external/openbsd/s_signgam.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_signgam.c -o output/release/device/n0110/liba/src/external/openbsd/s_signgam.o
CC      liba/src/external/openbsd/s_sin.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_sin.c -o output/release/device/n0110/liba/src/external/openbsd/s_sin.o
CC      liba/src/external/openbsd/s_sinf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_sinf.c -o output/release/device/n0110/liba/src/external/openbsd/s_sinf.o
CC      liba/src/external/openbsd/s_tan.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_tan.c -o output/release/device/n0110/liba/src/external/openbsd/s_tan.o
CC      liba/src/external/openbsd/s_tanf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_tanf.c -o output/release/device/n0110/liba/src/external/openbsd/s_tanf.o
CC      liba/src/external/openbsd/s_tanh.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_tanh.c -o output/release/device/n0110/liba/src/external/openbsd/s_tanh.o
CC      liba/src/external/openbsd/s_tanhf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_tanhf.c -o output/release/device/n0110/liba/src/external/openbsd/s_tanhf.o
CC      liba/src/external/openbsd/s_trunc.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_trunc.c -o output/release/device/n0110/liba/src/external/openbsd/s_trunc.o
CC      liba/src/external/openbsd/s_truncf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/s_truncf.c -o output/release/device/n0110/liba/src/external/openbsd/s_truncf.o
CC      liba/src/external/openbsd/w_lgamma.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/w_lgamma.c -o output/release/device/n0110/liba/src/external/openbsd/w_lgamma.o
CC      liba/src/external/openbsd/w_lgammaf.o
arm-none-eabi-gcc -std=c99 -w -Iliba/src/external/openbsd/include -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -c liba/src/external/openbsd/w_lgammaf.c -o output/release/device/n0110/liba/src/external/openbsd/w_lgammaf.o
mkdir -p output/release/device/n0110/liba/src/external/sqlite/
CC      liba/src/external/sqlite/mem5.o
arm-none-eabi-gcc -std=c99 -w -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/external/sqlite/mem5.c -o output/release/device/n0110/liba/src/external/sqlite/mem5.o
CC      liba/src/fpclassify.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/fpclassify.c -o output/release/device/n0110/liba/src/fpclassify.o
CC      liba/src/fpclassifyf.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/fpclassifyf.c -o output/release/device/n0110/liba/src/fpclassifyf.o
CC      liba/src/ieee754.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/ieee754.c -o output/release/device/n0110/liba/src/ieee754.o
CC      liba/src/itoa.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/itoa.c -o output/release/device/n0110/liba/src/itoa.o
CC      liba/src/malloc.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/malloc.c -o output/release/device/n0110/liba/src/malloc.o
CC      liba/src/memcmp.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/memcmp.c -o output/release/device/n0110/liba/src/memcmp.o
CC      liba/src/memcpy.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/memcpy.c -o output/release/device/n0110/liba/src/memcpy.o
CC      liba/src/memmove.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/memmove.c -o output/release/device/n0110/liba/src/memmove.o
CC      liba/src/memset.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/memset.c -o output/release/device/n0110/liba/src/memset.o
CC      liba/src/nearbyint.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/nearbyint.c -o output/release/device/n0110/liba/src/nearbyint.o
CC      liba/src/nearbyintf.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/nearbyintf.c -o output/release/device/n0110/liba/src/nearbyintf.o
CC      liba/src/strchr.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/strchr.c -o output/release/device/n0110/liba/src/strchr.o
CC      liba/src/strcmp.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/strcmp.c -o output/release/device/n0110/liba/src/strcmp.o
CC      liba/src/strlcat.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/strlcat.c -o output/release/device/n0110/liba/src/strlcat.o
CC      liba/src/strlcpy.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/strlcpy.c -o output/release/device/n0110/liba/src/strlcpy.o
CC      liba/src/strlen.o
arm-none-eabi-gcc -std=c99 -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c liba/src/strlen.c -o output/release/device/n0110/liba/src/strlen.o
mkdir -p output/release/device/n0110/libaxx/include/external/libcxx/
CXX     libaxx/include/external/libcxx/complex.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c libaxx/include/external/libcxx/complex.cpp -o output/release/device/n0110/libaxx/include/external/libcxx/complex.o
mkdir -p output/release/device/n0110/libaxx/src/cxxabi/
CXX     libaxx/src/cxxabi/atexit.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c libaxx/src/cxxabi/atexit.cpp -o output/release/device/n0110/libaxx/src/cxxabi/atexit.o
CXX     libaxx/src/cxxabi/pure_virtual.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c libaxx/src/cxxabi/pure_virtual.cpp -o output/release/device/n0110/libaxx/src/cxxabi/pure_virtual.o
mkdir -p output/release/device/n0110/libaxx/src/
CXX     libaxx/src/new.o
arm-none-eabi-g++ -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -c libaxx/src/new.cpp -o output/release/device/n0110/libaxx/src/new.o
LD      bootloader.elf
arm-none-eabi-gcc output/release/device/n0110/bootloader/boot.o output/release/device/n0110/bootloader/boot/isr.o output/release/device/n0110/bootloader/boot/rt0.o output/release/device/n0110/bootloader/computer.o output/release/device/n0110/bootloader/drivers/board.o output/release/device/n0110/bootloader/drivers/stm32_drivers.o output/release/device/n0110/bootloader/interface/menus/about.o output/release/device/n0110/bootloader/interface/menus/crash.o output/release/device/n0110/bootloader/interface/menus/dfu.o output/release/device/n0110/bootloader/interface/menus/home.o output/release/device/n0110/bootloader/interface/menus/installer.o output/release/device/n0110/bootloader/interface/menus/slot_recovery.o output/release/device/n0110/bootloader/interface/menus/upsilon_recovery.o output/release/device/n0110/bootloader/interface/menus/warning.o output/release/device/n0110/bootloader/interface/src/menu.o output/release/device/n0110/bootloader/interface/static/interface.o output/release/device/n0110/bootloader/jump_to_firmware.o output/release/device/n0110/bootloader/main.o output/release/device/n0110/bootloader/recovery.o output/release/device/n0110/bootloader/slots/kernel_header.o output/release/device/n0110/bootloader/slots/slot.o output/release/device/n0110/bootloader/slots/slot_exam_mode.o output/release/device/n0110/bootloader/slots/userland_header.o output/release/device/n0110/bootloader/trampoline.o output/release/device/n0110/bootloader/usb_data.o output/release/device/n0110/bootloader/utility.o output/release/device/n0110/ion/src/device/bootloader/drivers/usb_desc.o output/release/device/n0110/ion/src/device/bootloader/usb/calculator.o output/release/device/n0110/ion/src/device/bootloader/usb/dfu_interface.o output/release/device/n0110/ion/src/device/bootloader/usb/dfu_xip.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/bos_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/configuration_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/device_capability_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/device_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/dfu_functional_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/extended_compat_id_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/interface_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/language_id_string_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/microsoft_os_string_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/platform_device_capability_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/string_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/url_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/descriptor/webusb_platform_descriptor.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/device.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/endpoint0.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/interface.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/request_recipient.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/setup_packet.o output/release/device/n0110/ion/src/device/bootloader/usb/stack/streamable.o output/release/device/n0110/ion/src/device/n0110/drivers/cache.o output/release/device/n0110/ion/src/device/n0110/drivers/external_flash.o output/release/device/n0110/ion/src/device/n0110/drivers/led.o output/release/device/n0110/ion/src/device/n0110/drivers/power.o output/release/device/n0110/ion/src/device/n0110/drivers/reset.o output/release/device/n0110/ion/src/device/n0110/drivers/usb.o output/release/device/n0110/ion/src/device/n0110/platform_info.o output/release/device/n0110/ion/src/device/shared/drivers/backlight.o output/release/device/n0110/ion/src/device/shared/drivers/base64.o output/release/device/n0110/ion/src/device/shared/drivers/battery.o output/release/device/n0110/ion/src/device/shared/drivers/bldata.o output/release/device/n0110/ion/src/device/shared/drivers/board.o output/release/device/n0110/ion/src/device/shared/drivers/clipboard.o output/release/device/n0110/ion/src/device/shared/drivers/console_dummy.o output/release/device/n0110/ion/src/device/shared/drivers/crc32.o output/release/device/n0110/ion/src/device/shared/drivers/display.o output/release/device/n0110/ion/src/device/shared/drivers/events_keyboard_platform.o output/release/device/n0110/ion/src/device/shared/drivers/exam_mode.o output/release/device/n0110/ion/src/device/shared/drivers/flash.o output/release/device/n0110/ion/src/device/shared/drivers/internal_flash.o output/release/device/n0110/ion/src/device/shared/drivers/keyboard.o output/release/device/n0110/ion/src/device/shared/drivers/led.o output/release/device/n0110/ion/src/device/shared/drivers/pcb_version.o output/release/device/n0110/ion/src/device/shared/drivers/power.o output/release/device/n0110/ion/src/device/shared/drivers/random.o output/release/device/n0110/ion/src/device/shared/drivers/reset.o output/release/device/n0110/ion/src/device/shared/drivers/rtc.o output/release/device/n0110/ion/src/device/shared/drivers/serial_number.o output/release/device/n0110/ion/src/device/shared/drivers/swd.o output/release/device/n0110/ion/src/device/shared/drivers/timing.o output/release/device/n0110/ion/src/device/shared/drivers/usb.o output/release/device/n0110/ion/src/device/shared/drivers/wakeup.o output/release/device/n0110/ion/src/device/shared/events.o output/release/device/n0110/ion/src/device/shared/stack.o output/release/device/n0110/ion/src/external/lz4/lz4.o output/release/device/n0110/ion/src/shared/collect_registers.o output/release/device/n0110/ion/src/shared/console_line.o output/release/device/n0110/ion/src/shared/crc32_eat_byte.o output/release/device/n0110/ion/src/shared/decompress.o output/release/device/n0110/ion/src/shared/events.o output/release/device/n0110/ion/src/shared/events_keyboard.o output/release/device/n0110/ion/src/shared/events_modifier.o output/release/device/n0110/ion/src/shared/internal_storage.o output/release/device/n0110/ion/src/shared/keyboard/layout_B3/layout_events.o output/release/device/n0110/ion/src/shared/rtc.o output/release/device/n0110/ion/src/shared/stack_position.o output/release/device/n0110/ion/src/shared/storage.o output/release/device/n0110/ion/src/shared/unicode/utf8_decoder.o output/release/device/n0110/ion/src/shared/unicode/utf8_helper.o output/release/device/n0110/kandinsky/fonts/LargeFontSimple.o output/release/device/n0110/kandinsky/fonts/SmallFontSimple.o output/release/device/n0110/kandinsky/src/color.o output/release/device/n0110/kandinsky/src/context.o output/release/device/n0110/kandinsky/src/context_circle.o output/release/device/n0110/kandinsky/src/context_line.o output/release/device/n0110/kandinsky/src/context_pixel.o output/release/device/n0110/kandinsky/src/context_polygon.o output/release/device/n0110/kandinsky/src/context_rect.o output/release/device/n0110/kandinsky/src/context_text.o output/release/device/n0110/kandinsky/src/font.o output/release/device/n0110/kandinsky/src/framebuffer.o output/release/device/n0110/kandinsky/src/framebuffer_context.o output/release/device/n0110/kandinsky/src/ion_context.o output/release/device/n0110/kandinsky/src/point.o output/release/device/n0110/kandinsky/src/postprocess_context.o output/release/device/n0110/kandinsky/src/postprocess_gamma_context.o output/release/device/n0110/kandinsky/src/postprocess_invert_context.o output/release/device/n0110/kandinsky/src/postprocess_zoom_context.o output/release/device/n0110/kandinsky/src/rect.o output/release/device/n0110/liba/src/abs.o output/release/device/n0110/liba/src/aeabi-rt/atexit.o output/release/device/n0110/liba/src/armv7m/longjmp.o output/release/device/n0110/liba/src/armv7m/setjmp.o output/release/device/n0110/liba/src/assert.o output/release/device/n0110/liba/src/bzero.o output/release/device/n0110/liba/src/ctype.o output/release/device/n0110/liba/src/errno.o output/release/device/n0110/liba/src/external/openbsd/b_exp__D.o output/release/device/n0110/liba/src/external/openbsd/b_log__D.o output/release/device/n0110/liba/src/external/openbsd/b_tgamma.o output/release/device/n0110/liba/src/external/openbsd/e_acos.o output/release/device/n0110/liba/src/external/openbsd/e_acosf.o output/release/device/n0110/liba/src/external/openbsd/e_acosh.o output/release/device/n0110/liba/src/external/openbsd/e_acoshf.o output/release/device/n0110/liba/src/external/openbsd/e_asin.o output/release/device/n0110/liba/src/external/openbsd/e_asinf.o output/release/device/n0110/liba/src/external/openbsd/e_atan2.o output/release/device/n0110/liba/src/external/openbsd/e_atan2f.o output/release/device/n0110/liba/src/external/openbsd/e_atanh.o output/release/device/n0110/liba/src/external/openbsd/e_atanhf.o output/release/device/n0110/liba/src/external/openbsd/e_cosh.o output/release/device/n0110/liba/src/external/openbsd/e_coshf.o output/release/device/n0110/liba/src/external/openbsd/e_exp.o output/release/device/n0110/liba/src/external/openbsd/e_expf.o output/release/device/n0110/liba/src/external/openbsd/e_fmod.o output/release/device/n0110/liba/src/external/openbsd/e_fmodf.o output/release/device/n0110/liba/src/external/openbsd/e_hypot.o output/release/device/n0110/liba/src/external/openbsd/e_hypotf.o output/release/device/n0110/liba/src/external/openbsd/e_lgamma_r.o output/release/device/n0110/liba/src/external/openbsd/e_lgammaf_r.o output/release/device/n0110/liba/src/external/openbsd/e_log.o output/release/device/n0110/liba/src/external/openbsd/e_log10.o output/release/device/n0110/liba/src/external/openbsd/e_log10f.o output/release/device/n0110/liba/src/external/openbsd/e_log2.o output/release/device/n0110/liba/src/external/openbsd/e_logf.o output/release/device/n0110/liba/src/external/openbsd/e_pow.o output/release/device/n0110/liba/src/external/openbsd/e_powf.o output/release/device/n0110/liba/src/external/openbsd/e_rem_pio2.o output/release/device/n0110/liba/src/external/openbsd/e_rem_pio2f.o output/release/device/n0110/liba/src/external/openbsd/e_scalb.o output/release/device/n0110/liba/src/external/openbsd/e_sinh.o output/release/device/n0110/liba/src/external/openbsd/e_sinhf.o output/release/device/n0110/liba/src/external/openbsd/e_sqrt.o output/release/device/n0110/liba/src/external/openbsd/e_sqrtf.o output/release/device/n0110/liba/src/external/openbsd/k_cos.o output/release/device/n0110/liba/src/external/openbsd/k_cosf.o output/release/device/n0110/liba/src/external/openbsd/k_rem_pio2.o output/release/device/n0110/liba/src/external/openbsd/k_rem_pio2f.o output/release/device/n0110/liba/src/external/openbsd/k_sin.o output/release/device/n0110/liba/src/external/openbsd/k_sinf.o output/release/device/n0110/liba/src/external/openbsd/k_tan.o output/release/device/n0110/liba/src/external/openbsd/k_tanf.o output/release/device/n0110/liba/src/external/openbsd/s_asinh.o output/release/device/n0110/liba/src/external/openbsd/s_asinhf.o output/release/device/n0110/liba/src/external/openbsd/s_atan.o output/release/device/n0110/liba/src/external/openbsd/s_atanf.o output/release/device/n0110/liba/src/external/openbsd/s_ceil.o output/release/device/n0110/liba/src/external/openbsd/s_ceilf.o output/release/device/n0110/liba/src/external/openbsd/s_copysign.o output/release/device/n0110/liba/src/external/openbsd/s_copysignf.o output/release/device/n0110/liba/src/external/openbsd/s_cos.o output/release/device/n0110/liba/src/external/openbsd/s_cosf.o output/release/device/n0110/liba/src/external/openbsd/s_erf.o output/release/device/n0110/liba/src/external/openbsd/s_erff.o output/release/device/n0110/liba/src/external/openbsd/s_expm1.o output/release/device/n0110/liba/src/external/openbsd/s_expm1f.o output/release/device/n0110/liba/src/external/openbsd/s_fabs.o output/release/device/n0110/liba/src/external/openbsd/s_fabsf.o output/release/device/n0110/liba/src/external/openbsd/s_floor.o output/release/device/n0110/liba/src/external/openbsd/s_floorf.o output/release/device/n0110/liba/src/external/openbsd/s_fmax.o output/release/device/n0110/liba/src/external/openbsd/s_fmaxf.o output/release/device/n0110/liba/src/external/openbsd/s_frexp.o output/release/device/n0110/liba/src/external/openbsd/s_frexpf.o output/release/device/n0110/liba/src/external/openbsd/s_log1p.o output/release/device/n0110/liba/src/external/openbsd/s_log1pf.o output/release/device/n0110/liba/src/external/openbsd/s_logb.o output/release/device/n0110/liba/src/external/openbsd/s_logbf.o output/release/device/n0110/liba/src/external/openbsd/s_modf.o output/release/device/n0110/liba/src/external/openbsd/s_modff.o output/release/device/n0110/liba/src/external/openbsd/s_nextafter.o output/release/device/n0110/liba/src/external/openbsd/s_nextafterf.o output/release/device/n0110/liba/src/external/openbsd/s_rint.o output/release/device/n0110/liba/src/external/openbsd/s_round.o output/release/device/n0110/liba/src/external/openbsd/s_roundf.o output/release/device/n0110/liba/src/external/openbsd/s_scalbn.o output/release/device/n0110/liba/src/external/openbsd/s_scalbnf.o output/release/device/n0110/liba/src/external/openbsd/s_signgam.o output/release/device/n0110/liba/src/external/openbsd/s_sin.o output/release/device/n0110/liba/src/external/openbsd/s_sinf.o output/release/device/n0110/liba/src/external/openbsd/s_tan.o output/release/device/n0110/liba/src/external/openbsd/s_tanf.o output/release/device/n0110/liba/src/external/openbsd/s_tanh.o output/release/device/n0110/liba/src/external/openbsd/s_tanhf.o output/release/device/n0110/liba/src/external/openbsd/s_trunc.o output/release/device/n0110/liba/src/external/openbsd/s_truncf.o output/release/device/n0110/liba/src/external/openbsd/w_lgamma.o output/release/device/n0110/liba/src/external/openbsd/w_lgammaf.o output/release/device/n0110/liba/src/external/sqlite/mem5.o output/release/device/n0110/liba/src/fpclassify.o output/release/device/n0110/liba/src/fpclassifyf.o output/release/device/n0110/liba/src/ieee754.o output/release/device/n0110/liba/src/itoa.o output/release/device/n0110/liba/src/malloc.o output/release/device/n0110/liba/src/memcmp.o output/release/device/n0110/liba/src/memcpy.o output/release/device/n0110/liba/src/memmove.o output/release/device/n0110/liba/src/memset.o output/release/device/n0110/liba/src/nearbyint.o output/release/device/n0110/liba/src/nearbyintf.o output/release/device/n0110/liba/src/strchr.o output/release/device/n0110/liba/src/strcmp.o output/release/device/n0110/liba/src/strlcat.o output/release/device/n0110/liba/src/strlcpy.o output/release/device/n0110/liba/src/strlen.o output/release/device/n0110/libaxx/include/external/libcxx/complex.o output/release/device/n0110/libaxx/src/cxxabi/atexit.o output/release/device/n0110/libaxx/src/cxxabi/pure_virtual.o output/release/device/n0110/libaxx/src/new.o -Wl,--gc-sections -DEPSILON_GETOPT=0 -DEPSILON_TELEMETRY=0 -DESCHER_LOG_EVENTS_BINARY=0 -Os -DNDEBUG -Ilib -I. -Wall -MD -MP -DPLATFORM_DEVICE -DDEVICE_N0110 -ggdb3 -fdata-sections -ffunction-sections -flto=auto -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfpu=fpv5-sp-d16 -DINCLUDE_ULAB -DHOME_DISPLAY_EXTERNALS -ffreestanding -nostdinc -nostdlib -Iliba/include -Ilibaxx/include -Iion/include -DKD_CONFIG_H=1 -Iion/include/ion/keyboard/layout_B3 -Iion/include/ion/keyboard/ -Ikandinsky/include -Ipoincare/include -Ipython/src -Ipython/port -Ioutput/release/device/n0110/python/port -DEPSILON_VERSION="15.5.0" -DOMEGA_VERSION="2.0.2" -DUPSILON_VERSION="1.1.2" -Iescher/include -Ioutput/release/device/n0110 -DHAS_CODE -DHAS_READER -DOMEGA_STATE="dev" -Iapps/external/ -DDEVICE -Ioutput/release/device/n0110 -Iquiz/include -lgcc -Wl,-T,ion/src/device/bootloader/internal_flash.ld -o output/release/device/n0110/bootloader.elf
OBJCOPY bootloader.bin
arm-none-eabi-objcopy -R .slot_info -O binary output/release/device/n0110/bootloader.elf output/release/device/n0110/bootloader.bin
