2023-07-21 11:40 AM
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
2023-07-21 12:20 PM
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
2023-07-21 12:31 PM
2023-07-21 12:34 PM
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
2023-07-21 12:58 PM
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:
2023-07-27 12:05 PM
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