Is it possible to configure cross-compilation using Creator?
-
Is it possible to develop with Qt creator in a window environment, build for Linux, and send it remotely?
I know that the gcc compiler is needed, but I don't know how to proceed with setting it up and I don't know about remote access either.
Is there any related documentation or method? -
Is it possible to develop with Qt creator in a window environment, build for Linux, and send it remotely?
I know that the gcc compiler is needed, but I don't know how to proceed with setting it up and I don't know about remote access either.
Is there any related documentation or method?@IknowQT Do you have a cross compilation environment already? If not then you have first to set it up before you can continue with QtCreator. You need a sysroot and a compiler, then you have to cross compile Qt using this sysroot and compiler. And then you can create a Kit in QtCreator where you specify qmake from your cross compiled Qt and the cross compiler.
-
@IknowQT Do you have a cross compilation environment already? If not then you have first to set it up before you can continue with QtCreator. You need a sysroot and a compiler, then you have to cross compile Qt using this sysroot and compiler. And then you can create a Kit in QtCreator where you specify qmake from your cross compiled Qt and the cross compiler.
-
I don't understand it well, but if you look at my compiler, you can see that the path to gcc is set.
What can I do next?@IknowQT said in Is it possible to configure cross-compilation using Creator?:
What can I do next?
I already wrote what you need to do.
I also asked you a question which you did not answer...