Skip to main content
Visitor II
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

    This topic has been closed for replies.

    3 replies

    Super User
    October 10, 2024

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

     

    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

    Super User
    October 10, 2024

    That repo does not have submodules.

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

     

    Technical Moderator
    October 10, 2024
    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.

    kliurkaAuthor
    Visitor II
    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

     

    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.