Skip to main content
Selim Sagir
Associate III
April 9, 2019
Question

How can i fix "Could not determine GDB version using command: " error ?

  • April 9, 2019
  • 4 replies
  • 10745 views

Hello,

I am trying to use B-L072Z-LRWAN1 kit with library from Semtech which is Firmware Driver and LoRaWAN Stack V4.1.0. I solved error step by step with adding files one by one. Now that error occurs after Debug program. I am using Ubuntu Disco Dingo.0690X000008AB9nQAG.png

Before this i face with this error when build finished;

 Generate build reports done

arm-atollic-eabi-objcopy.exe -O ihex GPS_Demo.elf GPS_Demo.hex 

Cannot run program "arm-atollic-eabi-objcopy.exe": Unknown reason

Error: Program "arm-atollic-eabi-objcopy.exe" not found in PATH

PATH=[/opt/Atollic_TrueSTUDIO_for_STM32_x86_64_9.3.0/ARMTools/bin:/opt/Atollic_TrueSTUDIO_for_STM32_x86_64_9.3.0/Tools:/home/asus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin]

This topic has been closed for replies.

4 replies

IYetk
Associate III
August 21, 2019

Merhaba,

I received the same error while doing develoment for stm32mp157c-dk2.

Had you found a solution for the error ?

regards

Selim Sagir
Associate III
August 27, 2019

Merhaba,

I tried STM32CubeIDE sometimes it work sometimes not. I am confused about that error, still. If I can find, I will share with you too.

DTome.1461
Visitor II
November 21, 2019

Hi all,

the same happened to me (STM32CubeIde - host ubuntu 19.10); solved with:

sudo apt install libncurses5*

ciao!

JWang.3
Visitor II
January 18, 2020

Thanks! It really worked!

Graduate II
May 22, 2024