Skip to main content
IGhao
Associate II
April 8, 2019
Question

How to import uvision5 project into SW4STM32 ?

  • April 8, 2019
  • 1 reply
  • 1124 views

Hi ,

I’m trying to build a MDK-ARM project with Eclipse (SW4STM32).

I did import the project folder to eclipse : File -> import ->General -> Existing Project Workspace-> My_Project_Folder but the build function doesn’t work !

So I created a new project and I added the sources , in this case, when i make the build , it generates many errors which I didn’t have with Keil .

is there any better way to import a uvision project into eclipse ?

This topic has been closed for replies.

1 reply

Vangelis Fortounas
Associate II
April 8, 2019

"I did import the project folder to eclipse : File -> import ->General -> Existing Project Workspace"

this is for import existing eclipse projects.

In new project you created, check project->properties->C/C++ Code General->Paths and Symbols if all Include paths, #symbols are defined well as in Keil project.

IGhao
IGhaoAuthor
Associate II
April 8, 2019

Thank you for replying.

The include Paths and symbols are all set and defined, even though I always have "no such file or directory" errors and other problems that appears.