Skip to main content
Associate III
July 21, 2023
Question

STM Import Export Project

  • July 21, 2023
  • 4 replies
  • 3299 views

Hi,

I am trying to export (and then import) a project on STMIDE from one computer to another but it's been not so straight forward. Hoping somebody can point me to the right direction or a step by step on how this is properly done.

 

For context, when I export the project and try to import into another computer - the project is missing nearly all of the files except for a few..? 

 

Thanks

    4 replies

    Graduate II
    July 21, 2023

    Hello. I suppose you mean cubeIDE with stmide. Typically when moving CubeIDE project from one pc to another, it is not needed to export anything. Just copy the project folder with all files and subfolders to other computer and then import it to cudeIDE

    Br J.T

    od805Author
    Associate III
    July 21, 2023

    OK - tried that. 

    Again, a majority of the files are missing and I don't know what's happening when I copy the project. See attached photo.


    Thanks

    od805Author
    Associate III
    July 21, 2023

    What I'm also noticing is that when I copy the project over the files aren't being copied into the STMCUBEIDe folder but somehow the IDE sees that the .c files should be there? Attached another photo.

    Thanks

    capture2.JPG

    Graduate II
    July 21, 2023

    Try to find where those files are in original PC file system with windows resource manager. Maybe those are linked outside of project folder to the project :thinking_face:

    od805Author
    Associate III
    July 27, 2023

    Hi,

    This has been quite tricky. I'm getting close but now I'm getting three errors that I can't seem to spot in the explorer: 

    make: *** [Application/User/Core/Src/subdir.mk:64: Application/User/Core/Src/AD5940Main.o] Error 1

    make: *** Waiting for unfinished jobs....

    unknown type name 'uint16_t'

     

    Any ideas? I'm trying to find where these errors are but the IDE is not pointing me to any specific file... 

     

    Thanks