Skip to main content
Kunal_Atom
Associate
April 19, 2020
Question

How to integrate Scons build system in STM32CubeIDE?

  • April 19, 2020
  • 1 reply
  • 1487 views

I tried to do it the same way it is for Eclipse but it is not detecting the SConstruct or taking the Python Library

This topic has been closed for replies.

1 reply

Pavel A.
Super User
April 19, 2020

CubeIDE is Eclipse. How it works in your Eclipse? Does your scons run on Jython included in Eclipse, or on external CPython?

-- pa

Kunal_Atom
Associate
April 20, 2020

Hi Pavel, thanks for responding.

  • My scons runs on normal Python using PyDev plugin in eclipse.
  • I tried the same set of settings I did in eclipse but working there in eclipse.
Pavel A.
Super User
April 21, 2020

Then probably it can work as "makefile" type project. Instead of "make" specify your script as the build command.

-- pa