Forum Replies Created
-
AuthorPosts
-
NakameParticipant
I understand, thank you for trying, i will get back to you after i find the time to do the required testing.
NakameParticipantHello !
Sorry for taking this long to awnser but i really got rather late on my work and unfortunatly i did not have the time to make all the tests you required ( i did delete the .visualgdb directory but it did nothing )
i do have some new errors that make me thing it might have something to do with inheritance ? Here is one of my class as an exemple :
I would totally understand if you cannot help me with this information and the moment a have a moment to spend i will do the tests you asked for. In the meantime, thank you for your help !
Attachments:
You must be logged in to view attached files.NakameParticipantHello !
Thank you for your help, setting the project as you described fixed most of the intellisense problem exept for one file :
Only in one file do i have theses errors ( again , the project compile and work corretly )
September 19, 2023 at 02:02 in reply to: not sending Header files from another project to remote #34725NakameParticipantHello,
I am sorry i wasted your time on this one, i was making a mistake on the include path myself . It work now.
Thank you and sorry again for wasting your time !
NakameParticipantHello again !
So intellisense is still not working but i managed to replicate the error consistently. Here is what i do :
-Create new project with the linux project wizard
–
- second page :
- here i need to configure Qt settings as the default path for the mkspecs directory ( /usr/lib/arm-linux-gnueabihf/qt5/mkspecs ) is wrong, so i change it to /usr/lib/aarch64-linux-gnu/qt5/mkspecs
- at this point everything seem to be working fine. compiling the project give me the starting window and intellisence work as expected. I closed and launched the solution again and still, all is good.
- now i go to the VisualGDB Startup Project Properties and change anything ( in my case i just added “_DEBUG” in the preprocessor macros for the debug configuration
- click “Apply” and and visualGDB fail to link a test program with this error :
- ” Run “C:\SysGCC\raspberry64\bin\aarch64-linux-gnu-gcc.exe -Wl,–start-group “C:\Users\tlema\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram.o” -o “C:\Users\tlema\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram” Qt5::Widgets -Wl,–end-group ” in directory “C:\Workspace\ProgramTr” on local computer
————————–
aarch64-linux-gnu-gcc.exe: error: Qt5::Widgets: Invalid argument
————————–
Command exited with code 1 - I can choose to ignore this error and now Intellisens wont work anymore
Please help, i really need to fix that as soon as possible so i can get back to work 🙁
of course the solution still compile and work corretly.
September 18, 2023 at 02:40 in reply to: not sending Header files from another project to remote #34718NakameParticipanta small precision : I did follow this tutorial https://visualgdb.com/tutorials/linux/libraries/ but i did not have the “Source code access” tab
NakameParticipantThank you for your response ! I will do those test when i got some free time, but for now i did another project that compile on my windows computer and intellisense is working corretly that way so i will work like that for now.
Thank you !
NakameParticipantHello !
Thank you for your response ! As you said i was using the wrong version of the toolchain ( i took the 32bits instead of 64 … )
It is now working corretly . Thank you again for your help !
-
AuthorPosts