2024-10-10 07:41 AM
how to import this project: https://github.com/lucysrausch/stm32-turbotronik ?
I test importing with (EGit - integration for Eclipse 6.7.0) extension from Eclipse market, but not success (Build icon is not active) same if importing from local directory.
Thanks in advance for help
2024-10-10 08:38 AM
Click on green button <Code> , select "download ZIP".
2024-10-10 09:12 AM
Hello @kliurka and welcome to the community,
See this article: https://community.st.com/t5/stm32-mcus/downloading-stm32cube-packages-from-github-correctly/ta-p/725288
2024-10-10 09:15 AM
2024-10-10 09:24 AM
I make File>New>Project(clean project), then File>Import>ArchiveFile and same - Build icon not active..
2024-10-10 09:27 AM
@kliurka wrote:
I test importing with (EGit - integration for Eclipse 6.7.0) extension from Eclipse market,
Are you using STM32CubeIDE?
I recommend to import the package with git and refer to the link I shared before.
2024-10-10 10:05 AM
@SofLit wrote:
Are you using STM32CubeIDE?
I recommend to import the package with git and refer to the link I shared before
STM32CubeIDE
Version: 1.16.1
Build: 22882_20240916_0822 (UTC)
@SofLit wrote:See this article: https://community.st.com/t5/stm32-mcus/downloading-stm32cube-packages-from-github-correctly/ta-p/725288
same problem - not active Build
2024-10-10 10:15 AM - edited 2024-10-11 01:19 AM
@kliurka wrote:
same problem - not active Build
Not sure what do you mean by not active build.
Cloning the github link you shared using this git command and succeeded to get the repository:
git clone --recursive https://github.com/lucysrausch/stm32-turbotronik
Now I don't see any STM32CubeIDE project in it.
So need to contact the project developer on how to build the project.
2024-10-10 10:25 AM - edited 2024-10-10 10:27 AM
That repo does not have submodules.
And it is not an Eclipse project at all. Just a makefile project.