Skip to main content
Associate
October 10, 2024
Question

how import git project?

  • October 10, 2024
  • 3 replies
  • 3244 views

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

3 replies

Pavel A.
Super User
October 10, 2024

Click on green button <Code> , select "download ZIP".

 

Andrew Neil
Super User
October 10, 2024

@Pavel A. wrote:

 select "download ZIP".


According to the knowledgebase article linked by @mƎALLEm,  that won't work - because it won't fetch submodules

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Pavel A.
Super User
October 10, 2024

That repo does not have submodules.

And it is not an Eclipse project at all. Just a makefile project.

 

mƎALLEm
Technical Moderator
October 10, 2024
"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
mƎALLEm
Technical Moderator
October 10, 2024

@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.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
kliurkaAuthor
Associate
October 10, 2024

@mƎALLEm 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)

 


@mƎALLEm 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

 

mƎALLEm
Technical Moderator
October 10, 2024

@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.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."