Skip to main content
maxzor
Associate II
October 1, 2017
Question

Configuring debug from STM32F4 on Linux-Eclipse

  • October 1, 2017
  • 1 reply
  • 1685 views
Posted on October 01, 2017 at 12:57

Hello,

I have a project compiled under Eclipse on Linux Ubuntu with SW4STM32 plugin.

The project was imported from Git.

I have installed STLink udevrules as per

http://embedded-things.blogspot.ru/2016/06/st-linkv2-1-driver-on-linux.html?view=mosaic&_escaped_fragment_=

.

Building was OK, but I have issues setting up debugging.

First target selection is missing

0690X000006047UQAQ.jpg

Second, I get ''ST Link server not installed on this machine''

0690X000006047ZQAQ.jpg

Any clue?

Best regards.

#sw4stm32-eclipse
This topic has been closed for replies.

1 reply

maxzor
maxzorAuthor
Associate II
October 1, 2017
Posted on October 01, 2017 at 17:40

This not being a thread about MCU, feel free to delete it and/or help in the OpenSTM32 topic :

http://www.openstm32.org/forumthread5830?topics_offset=0

 
Vasile Guta_Ciucur
Senior
October 1, 2017
Posted on October 01, 2017 at 18:54

chambonnet.maxime wrote:

This not being a thread about MCU, feel free to delete it ...

what you want to debug with those tools?

maxzor
maxzorAuthor
Associate II
October 1, 2017
Posted on October 01, 2017 at 19:13

It is not really debugging, I would like to run the code step by step to learn from it (Inavflight project on Github).