11 years ago.

Exporting mbed files to the Keil Microvision IDE

I exported mbed projects to both Keil and IAR IDEs. The IAR projects compile correctly; also I modified the project files within the IAR IDE and then had the software run successfully on the mbed target.

However, the project won't compile in the Keil IDE. Compilation fails, the error message being:

main.cpp: error: L6002U: Could not open file .\build\main.o: No such file or directory

Any suggestions, good people?

Jim

path problem ?

Main.o is created by the compiler, the linker must have a problem finding it .... strange error, not other ideas sorry

posted by Haiko Rudolph 13 Aug 2013

hey I'm getting the same error. Were you able to figure it out?

posted by Team Autobots 05 Nov 2013

Team Autobots, is your project in Keil exported from mbed? Are you able to share the problematic program?

posted by Stephen Paulger 05 Nov 2013

1 Answer

10 years, 5 months ago.

I put the Keil work to one side some time ago; haven't revisited the problem. But haven't been able to get further information.