Sysprogs forums › Forums › VisualGDB › Broken after update!
- This topic has 6 replies, 4 voices, and was last updated 4 years, 4 months ago by support.
-
AuthorPosts
-
May 30, 2020 at 20:11 #28261R2COMParticipant
I updated to VS2019.
i tried to rebuild existing project and get this:
1>arm-none-eabi-g++.exe : error : $$com.sysprogs.toolchainoptions.arm.syscallspecs$$: No such file or directory
also when i try to re-install visualgdb i get this window message “The specified account already exists”
why is that??
i need help fixing it.
May 30, 2020 at 20:27 #28265supportKeymasterHi,
It looks like your support period has expired. We will be happy to help you resolve this, however we would kindly ask you to renew your technical support first: https://sysprogs.com/splm/mykey
May 30, 2020 at 22:08 #28273R2COMParticipantwait a second…im not talking about support of product in a way how it operates etc; this is perpetual license, if i paid money i must have working software; the reason im contacting is the software stopped operating.
i know that i cant get technical support – but my question now is because of the fact that software which was paid for is not working!
May 30, 2020 at 22:17 #28275supportKeymasterWe do not limit the software you purchased in any way and you are welcome to troubleshoot the problem using our documentation. It provides detailed explanations on many topics, including troubleshooting instructions for common problems.
However, if you would like us to provide more detailed instructions, that would qualify as product support and hence we would kindly ask you to renew it.
May 30, 2020 at 22:44 #28277KeithInAsiaParticipantR2COM — These guys must be hurting really badly for money. I’m current with 2 licenses — and they won’t support me because my app has exceeded 1M in size. (they consider this a rare and unique and unexpected occurrence which is not covered by a license fee).
June 17, 2020 at 17:48 #28440dwestabyParticipantSearch your project for ‘com.sysprogs.toolchainoptions.arm.syscallspecs’. You will find it used by the linker in your .props file. Delete the reference under <AdditionalOptions>.
If you compare your .props file to the version before you did the BSP update, you’ll see the addition. Removing that allowed me to compile.
- This reply was modified 4 years, 4 months ago by dwestaby.
June 17, 2020 at 17:57 #28442supportKeymasterThanks for pointing this out. This would fix the build, however it will remove the reference to the syscall implementations, so if the program was relying on them, it may not link anymore.
Instead, we recommend clicking the “regenerate MCU files” button on the first page of VisualGDB Project Properties. It will rebuild all the .props files based on the currently selected toolchain and will ensure that all internal variables referenced by the project (such as com.sysprogs.toolchainoptions.arm.syscallspecs) are properly defined.
We also advise updating to VisualGDB 5.5 (currently in preview). It contains extra checks for undefined internal variables and assigns the default values to them in every context, so this problem should not happen anymore.
-
AuthorPosts
- You must be logged in to reply to this topic.