Error: ":\Qt\6.7.3\android_arm64_v8a\include\QtCore\qnamespace.:24:1: error: error: Parse error at "__attribute__""
-
I open a new file, and only select to load this file through Clang arm64-v8a. The file is empty, it has no code errors, but this error ": \ Qt \ 6.7.3 \ android_arm64_v8a \ include \ QtCore \ qnamespace.: 24: 1: erro: erro: Erro de análise em "attribute""always appears. I have already done several compatibility checks between the system and I have not found any problems. My qt is 6.7.3, my NDK is 28.0.12433566, JDK 17.0.10, and API 34. Does anyone know how to solve this problem?
-
What happens is that I open a new empty file, and I can't upload it to my cell phone due to this error. The full error that the compiler reports is this: ":/Qt/6.7.3/android_arm64_v8a/include/QtCore/qnamespace.:24:1: error: Parse error at "attribute"
make: *** [Makefile:685: moc_mainwindow.cpp] Error 1
10:38:46: The process "C:\Users\vitor\AppData\Local\Android\Sdk\ndk\28.0.12433566\prebuilt\windows-x86_64\bin\make.exe" exited with code 2.
Error while building/deploying project testeAtulizado_8 (kit: Android Qt 6.7.3 Clang arm64-v8a)
When executing step "Make"" What can I do to solve this error? -
@VITORdk said in Error: ":\Qt\6.7.3\android_arm64_v8a\include\QtCore\qnamespace.:24:1: error: error: Parse error at "__attribute__"":
What happens is that I open a new empty file, and I can't upload it to my cell phone due to this error
You want to "upload" an empty file to your phone?!
I don't understand what you're trying to achieve.
Are you familiar with programming? -
I've been programming for some time. I was loading applications normally for the cell phone, I needed to format my computer, after that I couldn't load any more applications for my cell phone because this error always appeared. So I reduced my file to an empty file, but this error continues. The fact is that regardless of what I have in my file it always gives this error. What should be the problem?
-
@VITORdk said in Error: ":\Qt\6.7.3\android_arm64_v8a\include\QtCore\qnamespace.:24:1: error: error: Parse error at "__attribute__"":
So I reduced my file to an empty file
You can't compile an empty file. Also, I guess your project consists of more than just an empty file.
Please provide more information, else nobody knows what you're doing and what the problem is.
Did you try to create a new widget project in QtCreator and build it for Android?