You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another compilation error at %57 in App's part which you can see the error both in name and bottom of this issue. Building are done with these commands:
~$ git clone https://github.com/Rexagon/stm32-emulator.git
~$ cd stm32-emulator
~$ mkdir build &&cd build
~$ sudo cmake ../
~$ sudo make install
Error:
[ 57%] Building CXX object src/app/CMakeFiles/app.dir/models/assembly_view_model.cpp.o
/tmp/stm32-emulator/src/app/models/assembly_view_model.cpp:16:18: error: the type ‘const QColor [4][3]’ of ‘constexpr’ variable ‘app::{anonymous}::PALETTE’ is not literal
16 | constexpr QColor PALETTE[4][3] = {
| ^~~~~~~
make[2]: *** [src/app/CMakeFiles/app.dir/build.make:99: src/app/CMakeFiles/app.dir/models/assembly_view_model.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:117: src/app/CMakeFiles/app.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
The text was updated successfully, but these errors were encountered:
There is another compilation error at %57 in App's part which you can see the error both in name and bottom of this issue. Building are done with these commands:
Error:
The text was updated successfully, but these errors were encountered: