-
Notifications
You must be signed in to change notification settings - Fork 10
CMake setup do not work with SDK in QtCreator #1
Comments
@DunderRoffe could you please update the status on this one once you're back from the leave? Thanks. |
AFAIK this is still an issue but I have not checked |
Error: /opt/pelux_sdk/sysroots/x86_64-peluxsdk-linux/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52: error: The C compiler "/opt/pelux_sdk/sysroots/x86_64-peluxsdk-linux/usr/bin/x86_64-pelux-linux/x86_64-pelux-linux-gcc" is not able to compile a simple test program. It fails with the following output: Change Dir: /tmp/QtCreator-YXTdKS/qtc-cmake-bbnqLLOx/CMakeFiles/CMakeTmp Run Build Command:"/opt/pelux_sdk/sysroots/corei7-64-pelux-linux/usr/bin/make" "cmTC_abbec/fast" No such file or directory Generator: execution of make failed. Make command was: "/opt/pelux_sdk/sysroots/corei7-64-pelux-linux/usr/bin/make" "cmTC_abbec/fast" |
The qtcreator setup script says: """ but I did not found the sourcing before the script is started and its not possible during SDE installation to source the environment-setup script. |
Alright, so cmake installation itself works perfectly fine: one can build the QtCreator, on the other hand, doesn't seem to be able to sanity check gcc on any cmake project. I have added this issue to our backlog, but cannot promise it'll receive the high priority as we do not encourage using QtCreator for any on Qt related development. Perhaps we shouldn't have shipped the |
The sanity check of the compiler fails when compiling a CMake project using QtCreator in the PELUX SDE
The text was updated successfully, but these errors were encountered: