Nakame

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: element template for cmake project #35593
    Nakame
    Participant

    Hello !

    Thanks to your little guide i was able to do what i wanted. Thank you very much !

    Nakame
    Participant

    I understand and i kinda saw it comming šŸ™‚

     

    I’ll find a way ! Thank you for trying anyway !

    Nakame
    Participant

    hello !

    Thanks for your response ! Unfortunatly after i exported the command line it is rather obvious that it will not work for building directly on the target machine ( it use the toolchain to build ). I will start following some cmake tutorials to try and understand what is going wrong but as of now i am at a loss.

    I joined the batch file to this post so you can have a look. If you have a quick fix i would be very grateful, otherwise i guess i got to learn to use cmake xD .

     

    anyway thank you for taking the time to help !

    Attachments:
    You must be logged in to view attached files.
    in reply to: Intelisense not working corretly #34756
    Nakame
    Participant

    I understand, thank you for trying, i will get back to you after i find the time to do the required testing.

     

    in reply to: Intelisense not working corretly #34746
    Nakame
    Participant

    Hello !

     

    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.
    in reply to: Intelisense not working corretly #34736
    Nakame
    Participant

    Hello !

    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 )

    in reply to: not sending Header files from another project to remote #34725
    Nakame
    Participant

    Hello,

     

    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 !

    in reply to: Intelisense not working corretly #34724
    Nakame
    Participant

    Hello 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

    First window setting

     

    • 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.

    my main

    • 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.

    in reply to: not sending Header files from another project to remote #34718
    Nakame
    Participant

    a small precision : I did follow this tutorialĀ https://visualgdb.com/tutorials/linux/libraries/Ā  but i did not have the “Source code access” tab

    in reply to: Intelisense not working corretly #34716
    Nakame
    Participant

    Thank 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 !

    in reply to: Cross compiling on local machine not working #34715
    Nakame
    Participant

    Hello !

    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 !

Viewing 11 posts - 1 through 11 (of 11 total)