This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error while execution

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

Parents
  • 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.

Reply
  • 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.

Children
No data