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

problem in name.asf file to name.bin file conversion

hi i am using Samsung S3C2440A (ARM920T) board . i am facing problem in converting axf file to bin file in keil 4.0 . i have written a project and that have no any error but it is not generating bin file . bin file we can only burn into the arm 9 board. so help me how we can convert my output axf file to bin file.

Parents
  • Former Member
    0 Former Member

    I do pretty much the same, in the project settings, "User" tab, in the "Run user programs after build/rebuild", "Run #1" entry field I have:
    "$KARM\BIN40\fromelf.exe" --bin -o OBJ\@L.bin OBJ\@L.axf
    this creates a .BIN file from the .AXF file

    Hope this helps..

Reply
  • Former Member
    0 Former Member

    I do pretty much the same, in the project settings, "User" tab, in the "Run user programs after build/rebuild", "Run #1" entry field I have:
    "$KARM\BIN40\fromelf.exe" --bin -o OBJ\@L.bin OBJ\@L.axf
    this creates a .BIN file from the .AXF file

    Hope this helps..

Children
No data