Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5, 6.8, 6.9
-
None
-
2
-
Foundation Sprint 127
Description
Compiling fails on windows. "Compile Output"
Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libQt6Network.so.6.9.0 C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libQt6OpenGL.so.6.9.0 C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libQt6Gui.so.6.9.0 C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libGLESv2.so C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libEGL.so C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/cortexa53-poky-linux/usr/lib/libQt6Core.so.6.9.0 && cd ." C:/Users/Qt/RTA/B2Qt_6.9.0/6.9.0/Boot2Qt/raspberrypi-armv8/toolchain/sysroots/x86_64-w64-mingw32/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/14.2.0/ld.exe: cannot open output file ndefeditor: Permission denied collect2.exe: error: ld returned 1 exit status ninja: build stopped: subcommand failed. 12:37:01: The process "C:\Users\Qt\RTA\B2Qt_6.9.0\6.9.0\Boot2Qt\raspberrypi-armv8\toolchain\sysroots\x86_64-w64-mingw32\usr\bin\cmake.exe" exited with code 1. 12:37:01: Error while building/deploying project ndefeditor (kit: Boot2Qt 6.9.0 Raspberry Pi Development Boards (64bit)) 12:37:01: The kit Boot2Qt 6.9.0 Raspberry Pi Development Boards (64bit) has configuration issues which might be the root cause for this problem. 12:37:01: When executing step "Build" 12:37:01: Elapsed time: 00:06.
Proposed solution would be addition after qt_add_executable function, similarly than on some other examples:
set_target_properties(ndefeditor PROPERTIES
# Prevent name clash with build subdirectory on case-insensitive file systems
OUTPUT_NAME ndefeditorapp
)
Attachments
Issue Links
- is duplicated by
-
QTBUG-134675 nfc\ndefeditor linking fails on Windows (Boot to Qt)
-
- Closed
-
- relates to
-
QTQAINFRA-6985 g++ build fails: ld.exe cannot open output file <otuputfilename>: Permission denied
-
- Reported
-
-
QTBUG-133792 Compiling demos/maroon and demos/hagman on Windows fails
-
- Reported
-
-
QTBUG-134676 demos/maroon linking fails on Boot to Qt Windows
-
- Reported
-