Forum Replies Created
-
AuthorPosts
-
WeParticipant
We encountered almost the same problem a few months ago, solved by cleaning all local cache directories like .vs .visualgdb.
August 6, 2021 at 10:54 in reply to: Create Vitis project complains XSCT process exited with code 0 #31104WeParticipantFigured it out:
Vitis(or say Vivado) requires its own “Microsoft Visual C++ 2017 Redistributable(x64)“.
I installed a software packed with its own MSVC++ 2015-2019 package and overwrite the 2017 version, problem should be exposed when trying to start Vivado and pop out with a “VCOMP140.DLL not found” error window.
It happened on my laptop so I fixed it partially, but not happened on my desktop because of TortoiseSVN on my desktop(TortoiseSVN directory contains lots of dll and add them to Path).
TortoiseSVN path is not included in VS prompt environment variables, so xsct.bat exited immediately.
I reinstalled MSVC++ 2017 and visualgdb Xilinx project works.
Thanks!
August 6, 2021 at 09:48 in reply to: Create Vitis project complains XSCT process exited with code 0 #31102WeParticipantIt maybe about some MSVC redistribute package dll, I will give a further exploration.
August 6, 2021 at 09:43 in reply to: Create Vitis project complains XSCT process exited with code 0 #31100August 5, 2021 at 10:09 in reply to: Create Vitis project complains XSCT process exited with code 0 #31093WeParticipantHi, it’s deep night in my time region, I will try it later.
But I can give more info:
since the command prompt looks more like windows cmd other than xsct prompt, I tried running …\xsct.bat as you mentioned yesterday, no echo and nothing changed, I’m still in the windows prompt.
So the problem left is all about the path, hope to get it fixed before the weekend 🙂
August 4, 2021 at 23:46 in reply to: Create Vitis project complains XSCT process exited with code 0 #31090WeParticipantcmdline complained xsdbserver not found as a cmd/executable/bat.I print all env variables in screenshot 1 if needed.
telnet not found, too.
Attachments:
You must be logged in to view attached files.August 4, 2021 at 09:08 in reply to: Create Vitis project complains XSCT process exited with code 0 #31088WeParticipantConnected successfully when launch from pre-build step in a .Net project.
I also tried VS Tools>Cmdline>Developer Cmdline and connected successfully.
August 4, 2021 at 08:23 in reply to: Create Vitis project complains XSCT process exited with code 0 #31085WeParticipantHi,
telnet connected successfully, it displays a blank window titled telnet localhost, I don’t know how to operate it and no response to any key.
The screenshot shows the echo before connecting
Attachments:
You must be logged in to view attached files.August 3, 2021 at 22:51 in reply to: Create Vitis project complains XSCT process exited with code 0 #31082WeParticipantHere is the log, I had shut down windows defender and the internet firewall when testing(actually firewall doesn’t affect log)
[00:00:06.4660783] C:\Program Files (x86)\Sysprogs\VisualGDB\vgagent.exe cmd.exe /c “C:\Xilinx\Vitis\2021.1\bin\xsct.bat” -n -interactive
[00:00:06.5250860] …. xsdbserver start -host localhost -port 51958 ; puts done-d4bf66b4-aeac-48b8-8f4d-9ee904fc9abb
[00:00:53.8287477] C:\Program Files (x86)\Sysprogs\VisualGDB\vgagent.exe cmd.exe /c “C:\Xilinx\Vitis\2021.1\bin\xsct.bat” -n -interactive
[00:00:53.8307220] …. xsdbserver start -host localhost -port 51970 ; puts done-1e35497c-ea4b-4399-b914-e82d385d4837
[00:00:55.7359018] C:\Program Files (x86)\Sysprogs\VisualGDB\vgagent.exe cmd.exe /c “C:\Xilinx\Vitis\2021.1\bin\xsct.bat” -n -interactive
[00:00:55.7396576] …. xsdbserver start -host localhost -port 51971 ; puts done-b94d29f8-ead1-4873-b45a-629100933d4f
Every time I choose a Xilinx platform *.xsa, it put 2 lines, no more.
WeParticipantI checked “Extensions to delete on clean” of main app project,it’s already $(TargetName).bin since using the newest demo project.
However,generated bin doesn’t include bootloader no matter rebuild or clean then rebuild,Bug not fixed,:(
If I clean Bootloader.bin20.rsp|*.bootldr-0|*.bootldr-rename.rsp manually(clean project won’t delete these 3 files),then build sln,generated bin is all right.
Maybe you should config to delete these middlewares after merging.Could it be done in .props?
WeParticipantThanks a lot.I cancelled stack validatation but I just forgot that stack decend from the end of RAM,so the MCU stuck somewhere 🙁 .
Finally I copied the linker script and changed memory size configuration and it works!
By the way,when will a new mbed support package come out?The Official version is now 5.12.2 while VisualGDB still offers an old 5.9.2.The new mbed project wizard takes a lot of time download files while creating new solution and compiling the whole solution is also very very slow compared to use old mbed toolchain inside.
WeParticipantI have renewed my license,let’s start.
-
AuthorPosts