My laptop is on Windows 10 x64 and it seems I encountered some issues with g++ compiler.
I'm trying to compile just one channel in a page
- Code: Select all
12/05/2021 10:45:00 Info Units file 'C:\Program Files\MoTeC\Common\1.0\Units\en\units.xml' loaded - 82 Units found. (No event details available)
12/05/2021 10:45:00 Info System Version 06.04.00.0004 selected. (No event details available)
12/05/2021 10:45:00 Info Create new project. Model: C125 (No event details available)
12/05/2021 10:45:05 Info Load project file C:\Users\MY-NAME\Documents\MoTeC\Display Creator\DC-C125.dcproj (No event details available)
12/05/2021 10:45:13 Error Compiler error(s) and warning(s) Compiler g++.exe generated the following error(s) and warning(s):
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Configuration.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Channels.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Comms.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Functions.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Render.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Threads.h: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Channels.cpp: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Comms.cpp: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Functions.cpp: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Render.cpp: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Threads.cpp: No such file or directory
g++.exe: error: C:\Users\MY-NAME\AppData\Local\MoTeC\DisplayCreator\6.4\Temp\DC-C125\pc\Main.cpp: No such file or directory
In this directory : C:\Program Files\MoTeC\CDD\6.4\Tools\compiler-pc\x86_64-w64-mingw32, mingwin32 compiler does not work yet on Windows 10 x64.
Do you know a way which work well on Windows 10 x64 please ?