Sysprogs forums › Forums › VisualGDB › Demo Project is not working
- This topic has 3 replies, 2 voices, and was last updated 1 year, 4 months ago by support.
-
AuthorPosts
-
July 19, 2023 at 12:07 #34491DannysunParticipant
I generate an Hello World demo for my raspberry pi and qt5
But i get an error and i dont know why.
I’am on the end with my brain.
Best greets for Help
DanielAttachments:
You must be logged in to view attached files.July 19, 2023 at 12:07 #34484DannysunParticipantHello,
i have a problem to build my project. before last update it works well.
i use visual studio 2015
i use visualgdb Linux Edition V5.6R8cleaning the project works fine
build complete project new i get an error of an missing folder
Removing E:\RaspberryProject\TEst1\LinuxProject1\LinuxProject1/Debug…
Failed to delete the build directory:Failed to delete 1 items.
Run “cmake .. -G “Ninja” -DCMAKE_BUILD_TYPE=DEBUG -DTOOLCHAIN_ROOT=c:/SysGCC/raspberry -DCMAKE_MAKE_PROGRAM=”C:/Program Files (x86)/Sysprogs/VisualGDB/ninja.exe” -DCMAKE_TOOLCHAIN_FILE=E:/RaspberryProject/TEst1/LinuxProject1/LinuxProject1/toolchain-Debug.cmake” in directory “E:\RaspberryProject\TEst1\LinuxProject1\LinuxProject1/Debug” on local computer
cmake .. -G “Ninja” -DCMAKE_BUILD_TYPE=DEBUG -DTOOLCHAIN_ROOT=c:/SysGCC/raspberry -DCMAKE_MAKE_PROGRAM=”C:/Program Files (x86)/Sysprogs/VisualGDB/ninja.exe” -DCMAKE_TOOLCHAIN_FILE=E:/RaspberryProject/TEst1/LinuxProject1/LinuxProject1/toolchain-Debug.cmake
————————————————————-
Command exited with code -1
Executable: cmake
Arguments: .. -G “Ninja” -DCMAKE_BUILD_TYPE=DEBUG -DTOOLCHAIN_ROOT=c:/SysGCC/raspberry -DCMAKE_MAKE_PROGRAM=”C:/Program Files (x86)/Sysprogs/VisualGDB/ninja.exe” -DCMAKE_TOOLCHAIN_FILE=E:/RaspberryProject/TEst1/LinuxProject1/LinuxProject1/toolchain-Debug.cmake
Directory: E:\RaspberryProject\TEst1\LinuxProject1\LinuxProject1/Debug
Command-line action failed========== Project Rebuild Summary ==========
LinuxProject1 rebuilt in 00:01
========== Rebuild: 0 Succeeded, 1 Failed, 0 Skipped ==========i hope somone can help me. I have no chance to find a problem.
This project ist an hello world project
Project new …..Thanks
Daniel
form germany region Black forrestAttachments:
You must be logged in to view attached files.July 20, 2023 at 09:42 #34493DannysunParticipanthere an video of the Hello world project generating
https://drive.google.com/drive/folders/1daHC2do_ZNxzndXJFchycZ-Po8v0vMVu?usp=sharing
July 20, 2023 at 17:32 #34499supportKeymasterHi,
This looks like your toolchain might be corrupt. Please try using a clean toolchain and a matching SD card image asd shown on https://gnutoolchains.com/raspberry/. If it doesn’t help, please try dumping the configuration and build commands to batch files and running them manually as shown here: https://visualgdb.com/documentation/projects/cmake/#troubleshooting
If building the project manually doesn’t work either, please double-check your antivirus. It might be preventing parts of the toolchain from starting properly.
-
AuthorPosts
- You must be logged in to reply to this topic.