Index: build_gcc_64_release.err =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 --- build_gcc_64_release.err (.../build_gcc_64_release.err) (revision fd23f64e7684263e739bd13cf7b2a64798c3e481) +++ build_gcc_64_release.err (.../build_gcc_64_release.err) (revision 8c011c2e0e6d612e8561090dcb1dc453ff9e86f5) @@ -1,7 +1,30 @@ -../luis/application/sources/view/td/data/pretreatment/VPreTreatmentDisposablesPrimeData.cpp: In member function ‘void View::VPreTreatmentDisposablesPrime::onActionReceive(const PreTreatmentDisposablesPrimeData&)’: -../luis/application/sources/view/td/data/pretreatment/VPreTreatmentDisposablesPrimeData.cpp:76:41: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits] - primeBloodCircuit(vData.mPrimeState >= GuiPreTreatmentPrimeStates::PRIME_START_STATE && - ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cc1plus: all warnings being treated as errors -make: *** [VPreTreatmentDisposablesPrimeData.o] Error 1 +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp: In static member function ‘static QString Model::MAlarmStatus::toText(Gui::GuiAlarmID)’: +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:241:26: error: ‘ALARM_ID_FW_RESERVED_205’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0205*/case GuiAlarmID::ALARM_ID_FW_RESERVED_205 : { result = QObject::tr("FW reserved for use." ); break; } /* 205*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:242:26: error: ‘ALARM_ID_FW_RESERVED_206’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0206*/case GuiAlarmID::ALARM_ID_FW_RESERVED_206 : { result = QObject::tr("FW reserved for use." ); break; } /* 206*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:243:26: error: ‘ALARM_ID_FW_RESERVED_207’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0207*/case GuiAlarmID::ALARM_ID_FW_RESERVED_207 : { result = QObject::tr("FW reserved for use." ); break; } /* 207*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:249:26: error: ‘ALARM_ID_FW_RESERVED_213’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0213*/case GuiAlarmID::ALARM_ID_FW_RESERVED_213 : { result = QObject::tr("FW reserved for use." ); break; } /* 213*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:250:26: error: ‘ALARM_ID_FW_RESERVED_214’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0214*/case GuiAlarmID::ALARM_ID_FW_RESERVED_214 : { result = QObject::tr("FW reserved for use." ); break; } /* 214*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:251:26: error: ‘ALARM_ID_FW_RESERVED_215’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0215*/case GuiAlarmID::ALARM_ID_FW_RESERVED_215 : { result = QObject::tr("FW reserved for use." ); break; } /* 215*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:252:26: error: ‘ALARM_ID_FW_RESERVED_216’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0216*/case GuiAlarmID::ALARM_ID_FW_RESERVED_216 : { result = QObject::tr("FW reserved for use." ); break; } /* 216*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:253:26: error: ‘ALARM_ID_FW_RESERVED_217’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0217*/case GuiAlarmID::ALARM_ID_FW_RESERVED_217 : { result = QObject::tr("FW reserved for use." ); break; } /* 217*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:254:26: error: ‘ALARM_ID_FW_RESERVED_218’ is not a member of ‘Gui::GuiAlarmID {aka Gui::GuiActions::Alarm_List}’ + /*0218*/case GuiAlarmID::ALARM_ID_FW_RESERVED_218 : { result = QObject::tr("FW reserved for use." ); break; } /* 218*/ + ^~~~~~~~~~~~~~~~~~~~~~~~ +make: *** [MAlarmMapping.o] Error 1 make: *** Waiting for unfinished jobs.... Index: build_poky_64_release.err =================================================================== diff -u -r154203d77de1d9f529c377ae7773cc632dc31ef4 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 --- build_poky_64_release.err (.../build_poky_64_release.err) (revision 154203d77de1d9f529c377ae7773cc632dc31ef4) +++ build_poky_64_release.err (.../build_poky_64_release.err) (revision 8c011c2e0e6d612e8561090dcb1dc453ff9e86f5) @@ -1 +1,30 @@ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp: In static member function ‘static QString Model::MAlarmStatus::toText(Gui::GuiAlarmID)’: +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:241:26: error: ‘ALARM_ID_FW_RESERVED_205’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 241 | /*0205*/case GuiAlarmID::ALARM_ID_FW_RESERVED_205 : { result = QObject::tr("FW reserved for use." ); break; } /* 205*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:242:26: error: ‘ALARM_ID_FW_RESERVED_206’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 242 | /*0206*/case GuiAlarmID::ALARM_ID_FW_RESERVED_206 : { result = QObject::tr("FW reserved for use." ); break; } /* 206*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:243:26: error: ‘ALARM_ID_FW_RESERVED_207’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 243 | /*0207*/case GuiAlarmID::ALARM_ID_FW_RESERVED_207 : { result = QObject::tr("FW reserved for use." ); break; } /* 207*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:249:26: error: ‘ALARM_ID_FW_RESERVED_213’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 249 | /*0213*/case GuiAlarmID::ALARM_ID_FW_RESERVED_213 : { result = QObject::tr("FW reserved for use." ); break; } /* 213*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:250:26: error: ‘ALARM_ID_FW_RESERVED_214’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 250 | /*0214*/case GuiAlarmID::ALARM_ID_FW_RESERVED_214 : { result = QObject::tr("FW reserved for use." ); break; } /* 214*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:251:26: error: ‘ALARM_ID_FW_RESERVED_215’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 251 | /*0215*/case GuiAlarmID::ALARM_ID_FW_RESERVED_215 : { result = QObject::tr("FW reserved for use." ); break; } /* 215*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:252:26: error: ‘ALARM_ID_FW_RESERVED_216’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 252 | /*0216*/case GuiAlarmID::ALARM_ID_FW_RESERVED_216 : { result = QObject::tr("FW reserved for use." ); break; } /* 216*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:253:26: error: ‘ALARM_ID_FW_RESERVED_217’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 253 | /*0217*/case GuiAlarmID::ALARM_ID_FW_RESERVED_217 : { result = QObject::tr("FW reserved for use." ); break; } /* 217*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../luis/application/sources/model/hd/alarm/MAlarmMapping.cpp:254:26: error: ‘ALARM_ID_FW_RESERVED_218’ is not a member of ‘Gui::GuiAlarmID’ {aka ‘Gui::GuiActions::Alarm_List’} + 254 | /*0218*/case GuiAlarmID::ALARM_ID_FW_RESERVED_218 : { result = QObject::tr("FW reserved for use." ); break; } /* 218*/ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +make: *** [Makefile:60724: MAlarmMapping.o] Error 1 +make: *** Waiting for unfinished jobs.... Index: gcc_64_release/Makefile =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 --- gcc_64_release/Makefile (.../Makefile) (revision fd23f64e7684263e739bd13cf7b2a64798c3e481) +++ gcc_64_release/Makefile (.../Makefile) (revision 8c011c2e0e6d612e8561090dcb1dc453ff9e86f5) @@ -14,7 +14,7 @@ CC = gcc CXX = g++ -DEFINES = -DLEAHI_DIGI_BOARD -DBUILD_FOR_DESKTOP -DQT_DEPRECATED_WARNINGS -DVER_MAJOR=\"${majorVersion}\" -DVER_MINOR=\"${minorVersion}\" -DVER_MICRO=\"${microVersion}\" -DVER_REVIS=\"${buildNumber}\" -DVER_REVIS_DEV=\"08041436\" -DVER_APPLY=\"\" -DVER_BRANCH=\"develop\" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_CHARTS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SERIALBUS_LIB -DQT_CONCURRENT_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB +DEFINES = -DLEAHI_DIGI_BOARD -DBUILD_FOR_DESKTOP -DQT_DEPRECATED_WARNINGS -DVER_MAJOR=\"${majorVersion}\" -DVER_MINOR=\"${minorVersion}\" -DVER_MICRO=\"${microVersion}\" -DVER_REVIS=\"${buildNumber}\" -DVER_REVIS_DEV=\"08071444\" -DVER_APPLY=\"\" -DVER_BRANCH=\"develop\" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_CHARTS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SERIALBUS_LIB -DQT_CONCURRENT_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB CFLAGS = -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -Wall -Werror -Wextra -Wimplicit-fallthrough=3 -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I../luis/application -I. -I../luis/application/common -I../luis/application/sources -I../luis/application/sources/device -I../luis/application/sources/storage -I../luis/application/sources/canbus -I../luis/application/sources/model -I../luis/application/sources/model/td -I../luis/application/sources/model/td/data -I../luis/application/sources/model/td/data/treatment -I../luis/application/sources/model/td/data/treatmentlog -I../luis/application/sources/model/td/data/pretreatment -Isources/model/td/alarm -I../luis/application/sources/model/td/adjustment -I../luis/application/sources/model/td/adjustment/settings -I../luis/application/sources/model/td/adjustment/treatment -I../luis/application/sources/model/td/adjustment/pretreatment -I../luis/application/sources/model/td/adjustment/posttreatment -I../luis/application/sources/model/dd -I../luis/application/sources/model/dd/data -I../luis/application/sources/model/dd/adjustment -I../luis/application/sources/model/dd/adjustment/settings -I../luis/application/sources/model/fp -I../luis/application/sources/model/fp/data -I../luis/application/sources/model/fp/adjustment -I../luis/application/sources/model/fp/adjustment/settings -I../luis/application/sources/view -I../luis/application/sources/view/td -I../luis/application/sources/view/td/data -I../luis/application/sources/view/td/data/treatment -I../luis/application/sources/view/td/data/pretreatment -I../luis/application/sources/view/td/adjustment/treatment -I../luis/application/sources/view/td/adjustment/pretreatment -I../luis/application/sources/view/td/adjustment/posttreatment -I../luis/application/sources/view/dd -I../luis/application/sources/view/dd/data -I../luis/application/sources/view/confirm -I../luis/application/sources/view/settings -I../luis/application/sources/view/fp -I../luis/application/sources/view/fp/data -I../luis/application/sources/gui -I../luis/application/sources/utility -Isources/wifi -I../luis/application/sources/bluetooth -I../luis/application/sources/cloudsync -Isources/abstract -I../luis/application/sources/model/confirm -I../luis/application/sources/model/settings -I../luis/application/sources/model/ui/data -I../luis/application/sources/model/hd/adjustment -I../luis/application/sources/model/hd/adjustment/disinfect -I../luis/application/sources/model/hd/adjustment/settings -I../luis/application/sources/model/hd/adjustment/pretreatment -I../luis/application/sources/model/hd/adjustment/treatment -I../luis/application/sources/model/hd/alarm -I../luis/application/sources/model/hd/data -I../luis/application/sources/model/hd/data/post -I../luis/application/sources/model/hd/data/pretreatment -I../luis/application/sources/model/hd/data/treatment -I../luis/application/sources/model/hd/data/posttreatment -I../luis/application/sources/model/dg/data -I../luis/application/sources/model/dg/data/post -I../luis/application/sources/model/dg/data/pretreatment -Isources/model/dg/data/disinfect -I../luis/application/sources/model/dg/adjustment -I../luis/application/sources/model/dg/adjustment/settings -Isources/view/pretreatment -Isources/view/ui/data -I../luis/application/sources/view/hd/adjustment/common -I../luis/application/sources/view/hd/adjustment -I../luis/application/sources/view/hd/adjustment/pretreatment -I../luis/application/sources/view/hd/adjustment/treatment -I../luis/application/sources/view/hd/adjustment/disinfect -I../luis/application/sources/view/hd/alarm -I../luis/application/sources/view/hd/data -I../luis/application/sources/view/hd/data/post -I../luis/application/sources/view/hd/data/pretreatment -I../luis/application/sources/view/hd/data/treatment -I../luis/application/sources/view/hd/data/posttreatment -I../luis/application/sources/view/dg/data -I../luis/application/sources/view/dg/data/post -I../luis/application/sources/view/dg/data/pretreatment -Isources/view/dg/data/disinfect -I/opt/Qt5.15.10/5.15.10/gcc_64/include -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtQuick -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtCharts -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtWidgets -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtGui -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtQmlModels -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtQml -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtNetwork -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtSerialBus -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtConcurrent -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtBluetooth -I/opt/Qt5.15.10/5.15.10/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I/opt/Qt5.15.10/5.15.10/gcc_64/mkspecs/linux-g++ Index: gcc_64_release/main.o =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 Binary files differ Index: poky_64_release/CloudSyncController.o =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 Binary files differ Index: poky_64_release/DeviceController.o =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 Binary files differ Index: poky_64_release/Makefile =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 --- poky_64_release/Makefile (.../Makefile) (revision fd23f64e7684263e739bd13cf7b2a64798c3e481) +++ poky_64_release/Makefile (.../Makefile) (revision 8c011c2e0e6d612e8561090dcb1dc453ff9e86f5) @@ -14,7 +14,7 @@ CC = /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc CXX = /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-g++ -DEFINES = -DLEAHI_DIGI_BOARD -DBUILD_FOR_TARGET -DQT_DEPRECATED_WARNINGS -DVER_MAJOR=\"${majorVersion}\" -DVER_MINOR=\"${minorVersion}\" -DVER_MICRO=\"${microVersion}\" -DVER_REVIS=\"${buildNumber}\" -DVER_REVIS_DEV=\"08041440\" -DVER_APPLY=\"\" -DVER_BRANCH=\"develop\" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_CHARTS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SERIALBUS_LIB -DQT_CONCURRENT_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB +DEFINES = -DLEAHI_DIGI_BOARD -DBUILD_FOR_TARGET -DQT_DEPRECATED_WARNINGS -DVER_MAJOR=\"${majorVersion}\" -DVER_MINOR=\"${minorVersion}\" -DVER_MICRO=\"${microVersion}\" -DVER_REVIS=\"${buildNumber}\" -DVER_REVIS_DEV=\"08071445\" -DVER_APPLY=\"\" -DVER_BRANCH=\"develop\" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_CHARTS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SERIALBUS_LIB -DQT_CONCURRENT_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB CFLAGS = -pipe -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux -O2 -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux -Wall -Werror -Wextra -Wimplicit-fallthrough=3 -O2 -D_FORTIFY_SOURCE=2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I../luis/application -I. -I../luis/application/common -I../luis/application/sources -I../luis/application/sources/device -I../luis/application/sources/storage -I../luis/application/sources/canbus -I../luis/application/sources/model -I../luis/application/sources/model/td -I../luis/application/sources/model/td/data -I../luis/application/sources/model/td/data/treatment -I../luis/application/sources/model/td/data/treatmentlog -I../luis/application/sources/model/td/data/pretreatment -Isources/model/td/alarm -I../luis/application/sources/model/td/adjustment -I../luis/application/sources/model/td/adjustment/settings -I../luis/application/sources/model/td/adjustment/treatment -I../luis/application/sources/model/td/adjustment/pretreatment -I../luis/application/sources/model/td/adjustment/posttreatment -I../luis/application/sources/model/dd -I../luis/application/sources/model/dd/data -I../luis/application/sources/model/dd/adjustment -I../luis/application/sources/model/dd/adjustment/settings -I../luis/application/sources/model/fp -I../luis/application/sources/model/fp/data -I../luis/application/sources/model/fp/adjustment -I../luis/application/sources/model/fp/adjustment/settings -I../luis/application/sources/view -I../luis/application/sources/view/td -I../luis/application/sources/view/td/data -I../luis/application/sources/view/td/data/treatment -I../luis/application/sources/view/td/data/pretreatment -I../luis/application/sources/view/td/adjustment/treatment -I../luis/application/sources/view/td/adjustment/pretreatment -I../luis/application/sources/view/td/adjustment/posttreatment -I../luis/application/sources/view/dd -I../luis/application/sources/view/dd/data -I../luis/application/sources/view/confirm -I../luis/application/sources/view/settings -I../luis/application/sources/view/fp -I../luis/application/sources/view/fp/data -I../luis/application/sources/gui -I../luis/application/sources/utility -Isources/wifi -I../luis/application/sources/bluetooth -I../luis/application/sources/cloudsync -Isources/abstract -I../luis/application/sources/model/confirm -I../luis/application/sources/model/settings -I../luis/application/sources/model/ui/data -I../luis/application/sources/model/hd/adjustment -I../luis/application/sources/model/hd/adjustment/disinfect -I../luis/application/sources/model/hd/adjustment/settings -I../luis/application/sources/model/hd/adjustment/pretreatment -I../luis/application/sources/model/hd/adjustment/treatment -I../luis/application/sources/model/hd/alarm -I../luis/application/sources/model/hd/data -I../luis/application/sources/model/hd/data/post -I../luis/application/sources/model/hd/data/pretreatment -I../luis/application/sources/model/hd/data/treatment -I../luis/application/sources/model/hd/data/posttreatment -I../luis/application/sources/model/dg/data -I../luis/application/sources/model/dg/data/post -I../luis/application/sources/model/dg/data/pretreatment -Isources/model/dg/data/disinfect -I../luis/application/sources/model/dg/adjustment -I../luis/application/sources/model/dg/adjustment/settings -Isources/view/pretreatment -Isources/view/ui/data -I../luis/application/sources/view/hd/adjustment/common -I../luis/application/sources/view/hd/adjustment -I../luis/application/sources/view/hd/adjustment/pretreatment -I../luis/application/sources/view/hd/adjustment/treatment -I../luis/application/sources/view/hd/adjustment/disinfect -I../luis/application/sources/view/hd/alarm -I../luis/application/sources/view/hd/data -I../luis/application/sources/view/hd/data/post -I../luis/application/sources/view/hd/data/pretreatment -I../luis/application/sources/view/hd/data/treatment -I../luis/application/sources/view/hd/data/posttreatment -I../luis/application/sources/view/dg/data -I../luis/application/sources/view/dg/data/post -I../luis/application/sources/view/dg/data/pretreatment -Isources/view/dg/data/disinfect -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5 -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtQuick -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtCharts -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtWidgets -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtGui -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtQmlModels -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtQml -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtNetwork -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtSerialBus -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtConcurrent -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtBluetooth -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/include/qt5/QtCore -I. -I/opt/b2qt/3.1.18/sysroots/aarch64-poky-linux/usr/lib/mkspecs/devices/linux-oe-generic-g++ Index: poky_64_release/main.o =================================================================== diff -u -rfd23f64e7684263e739bd13cf7b2a64798c3e481 -r8c011c2e0e6d612e8561090dcb1dc453ff9e86f5 Binary files differ