Keil error filename.axf, cannot find path, echo off

When I click on build I get the following error:

C:\Users....STM32F4x>echo off The system cannot find the given path "..... filename.axf" Target not created

In the Output tab of Options for Target I have checked the boxes 1. Debug information 2. Create HEX file 3. Browse information

What is the problem here?

Parents
  • The project may have a user command before project is even built that has a path to a *.axf file that has not been created yet. This happens after a call to "echo off" in the command line or in a batch file.
    Check Options for Target (magic blue wand) => User tab => Before Compile... => Run...

    The *.axf file is generated after a successful build process.

    What is the full build output from the IDE?
    Are you looking at an example?

Reply
  • The project may have a user command before project is even built that has a path to a *.axf file that has not been created yet. This happens after a call to "echo off" in the command line or in a batch file.
    Check Options for Target (magic blue wand) => User tab => Before Compile... => Run...

    The *.axf file is generated after a successful build process.

    What is the full build output from the IDE?
    Are you looking at an example?

Children
More questions in this forum