This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CMSIS Configuration Wizard Trouble on Segger Embedded Studio

Hello, I'm having trouble opening CMSIS Configuration Wizard from SEGGER Embedded Studio on Ubuntu Linux.

I followed this video over here: https://www.youtube.com/watch?v=b0MxWaAjMco&index=4&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV

and got the option to open the wizard to show up when left-clicking config files. But the wizard just won't open.

SES output shows :

CMSIS Config
CMSIS Config sdk_config.h
Finished CMSIS Config

I have Java installed and tested opening the wizard manually from command line and it worked great.

I've made sure the project macros is right and even tried changing the command "$(CMSIS_CONFIG_TOOL)" to the JAR file path directly. But it still doesn't work.

My guess is that SES is unable to run command for some reason. Does anyone have an insight into this?

SES Version: SEGGER Embedded Studio for ARM
Release 4.10a  Build 2018110203.37618
Linux x64

Related