Forum Replies Created
-
AuthorPosts
-
ppreininger
ParticipantUpdate, Hi, the code won’t compile with the version 6 – some code in the HAL does not want that setting. I just didn’t realize that, because KEIL has to be restarted. Otherwise it will still compile with the old version.
ppreininger
ParticipantSeems reasonable, I now use the CLANG version 6. This works in KEIL. When compiling with VisualGDB, the startup assembler file is missing. I added it to the project, but the project does not compile – A1167E – Invalid line start.
I can send you the project file via mail or similar, I don’t want it to hang around in the forum.
ppreininger
ParticipantHi,
thank you for the quick work, works better now. I was able to import the project using the KEIL Clang toolchain, which does not compile. In the orginal Project, I’m using the ARMCC toolchain. Selecting this one results in the error enclosed.
Attachments:
You must be logged in to view attached files.ppreininger
ParticipantSorry, forgot about that one. I’m trying to import an existing KEIL project with the wizard.
-
This reply was modified 6 years, 5 months ago by
ppreininger.
ppreininger
ParticipantHi, here comes the output in the console:
VisualGDB build 5.4.10.2591
Startup initialization took 7940 msec
[+16 msec] Got DTE
[+16 msec] Got MCS
[+16 msec] Got services
[+125 msec] Constructed Add-in
[+125 msec] Loading settings…
[+125 msec] Loaded settings.
[+125 msec] Created normal commands
[+141 msec] Created context commands
[+141 msec] Created combo commands
[+141 msec] Created drop down commands
[+141 msec] Registered commands
[+7940 msec] Startup project reset
[+7940 msec] Settings validated
[+7940 msec] Startup project set
Found a GNUARM toolchain in C:\Program Files (x86)\GNU Tools Arm Embedded\7 2018-q2-update
Found a Keil ARMCC toolchain in C:\Keil_v5\ARM\ARMCC
Found a Keil ARMClang toolchain in C:\Keil_v5\ARM\ARMCLANG
Creating toolchain list from C:\Users\pete\AppData\Local\VisualGDB\ToolchainProfiles\localhost…
Searching for test frameworks in C:\Users\pete\AppData\Local\VisualGDB\TestFrameworks…
Searching for test frameworks in C:\Users\pete\AppData\Local\VisualGDB\TestFrameworks…
Searching for test frameworks in C:\Users\pete\AppData\Local\VisualGDB\TestFrameworks…
Loading Embedded toolchain list for (localhost)
Found 3 out of 3 installed toolchains
Creating toolchain controller: initial selection (registry), suppress event
SelectToolchainByKey(com.sysprogs.gnuarm.arm-eabi 4.9.3/7.8/r1)
Loading Embedded toolchain list for (localhost)
Found 3 out of 3 installed toolchains
Incompatible toolchain: Keil ARMCC in C:\Keil_v5\ARM\ARMCC
Incompatible toolchain: Keil ARMClang in C:\Keil_v5\ARM\ARMCLANG
Incompatible toolchain (unknown type): (download toolchain for arm-eabi)
Incompatible toolchain (unknown type): (download toolchain for avr)
Incompatible toolchain (unknown type): (download toolchain for bfin-elf)
Incompatible toolchain (unknown type): (download toolchain for esp32)
Incompatible toolchain (unknown type): (download toolchain for esp8266)
Incompatible toolchain (unknown type): (download toolchain for m32c-elf)
Incompatible toolchain (unknown type): (download toolchain for m32r-elf)
Incompatible toolchain (unknown type): (download toolchain for m68k-elf)
Incompatible toolchain (unknown type): (download toolchain for msp430)
Incompatible toolchain (unknown type): (download toolchain for powerpc-eabi)
Incompatible toolchain (unknown type): (download toolchain for risc-v)
Incompatible toolchain (unknown type): (download toolchain for v850-elf)
Creating toolchain controller: initial selection (registry), suppress event
SelectToolchainByKey(com.sysprogs.gnuarm.arm-eabi 4.9.3/7.8/r1)ppreininger
ParticipantOk, here is the requested information. Basically, the toolchain is detected. In the configuration wizard it does not show up.
Sorry, I did’t manage to get the images into the text.
Thank you for your help.
Attachments:
You must be logged in to view attached files.ppreininger
ParticipantIt can read the project and everything, I just can’t select the KEIL toolchain.
ppreininger
ParticipantI downloaded and installed it today. Version 5.4 Preview 10, Build 2582
-
This reply was modified 6 years, 5 months ago by
-
AuthorPosts