How to integrate Scons build system in STM32CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-19 3:22 AM
I tried to do it the same way it is for Eclipse but it is not detecting the SConstruct or taking the Python Library
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-19 12:57 PM
CubeIDE is Eclipse. How it works in your Eclipse? Does your scons run on Jython included in Eclipse, or on external CPython?
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-19 9:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-20 7:53 PM
Then probably it can work as "makefile" type project. Instead of "make" specify your script as the build command.
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-21 3:48 AM
yeap I did that, still not accepting
