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.
I am working on a project of interfacing sensors with lpc2148 and I am using keil uvision 4 for simulation of program .When I press build target I getting an error as --- Error: failed to execute 'C:\Keil\ARM\BIN41\ArmAsm' Target not created please help me out in correcting the error
So if the IDE failed to execute this program, the obvious question has to be: can _you_ run this program?
sorry , I did not understand what do you mean by - " can _you_ run this program?"
It's a very normal exe file, so there are no needs for an IDE to run the program.
So can you open a cmd window and change to that directory and then manually start the assembler? If the program can't be started manually, then there is no way it can be started by the IDE.
The best way to solve problems is through divide and conquer, since arbitrary large problems can be solved by subdividing them into multiple, but simpler, problems.