Sysprogs forums › Forums › VisualGDB › KEIL ARMCC Toolchain Test Failed when Visual GDB New Embedded Project
- This topic has 4 replies, 2 voices, and was last updated 6 years, 10 months ago by
support.
-
AuthorPosts
-
December 21, 2018 at 01:55 #23123
Miao Mico
ParticipantTool arguments:
Product: MDK Professional 5.26
Component: ARM Compiler 5.06 update 6 (build 750)
Tool: armcc [4d3637]
For support see http://www.arm.com/support
Software supplied by: ARM LimitedUsage: armcc [options] file1 file2 … filen
Main options:–arm Generate ARM code
–thumb Generate Thumb code
–c90 Switch to C mode (default for .c files)
–cpp Switch to C++ mode (default for .cpp files)
-O0 Minimum optimization
-O1 Restricted optimization for debugging
-O2 High optimization
-O3 Maximum optimization
-Ospace Optimize for codesize
-Otime Optimize for maximum performance
–cpu <cpu> Select CPU to generate code for
–cpu list Output a list of all the selectable CPUs
-o <file> Name the final output file of the compilation
-c Compile only, do not link
–asm Output assembly code as well as object code
-S Output assembly code instead of object code
–interleave Interleave source with disassembly (use with –asm or -S)
-E Preprocess the C source code only
-D<symbol> Define <symbol> on entry to the compiler
-g Generate tables for high-level debugging
-I<directory> Include <directory> on the #include search pathVisual GDB vision : VisualGDB-5.4.10.2621
Keil MDK5 vision : MDK Professional 5.26
Excuse me, where is wrong?
This problem is caused by my Keil MDK5 ,or visual GDB ?
My project has blocked a long time.please help me.
Attachments:
You must be logged in to view attached files.December 21, 2018 at 01:57 #23125December 22, 2018 at 06:11 #23138support
KeymasterHi,
Thanks for reporting this, looks like our bug. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2636.msi
December 22, 2018 at 08:15 #23142Miao Mico
ParticipantThanks !
My new project comes to life with Visual GDB & VS2017 !
This is a awesome software !
************************************************************************************************************************
And I suggest to increase the release software vision download directory.
OR will hard to find the lasted software fixed bugs , just like i just access the 5.4 prew 10 via the existing download page .
Also can access the lasted via forums hardly.
This is just my advice.
December 24, 2018 at 08:52 #23152support
KeymasterHi,
No problem. We have just released VisualGDB 5.4 Beta 1 that includes this fix. You can download it directly here: http://visualgdb.com/download/
-
AuthorPosts
- You must be logged in to reply to this topic.