We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, i am using Keil uVision 4 for my own embedded study. I am using a LPC2148 on-card controller and i have some source codes of peripherals supported by sensor-card producer which is sparkfun. I am having trouble in compiling C++ codes such as :
Build target 'imu_v1' compiling deneme.cpp... --- Error: failed to execute 'C:\Documents and Settings\All Users\Documents\ultimate IMU\github.com\Ultimate-IMU\Library\ArmCC' Target not created
Can anyone help ? Thank you in advance.
failed to execute 'C:\Documents and Settings\All Users\Documents\ultimate IMU\github.com\Ultimate-IMU\Library\ArmCC'
That's not the usual install path used by the Keil tools - are you using Keil tools?
Pathnames with spaces are always best avoided...
Hi Andy, I use MDK4 uVison 4. I have solved the problem by constructing a new project file and transfering all sources. Thank you for your help:)