cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate Scons build system in STM32CubeIDE?

Kunal_Atom
Associate II

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

4 REPLIES 4
Pavel A.
Evangelist III

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

-- pa

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.

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

-- pa

yeap I did that, still not accepting