Ignore:
Timestamp:
Jul 14, 2015, 5:02:32 PM (9 years ago)
Author:
alain
Message:

Rename the path to .elf file in the "appli.py" files,
because the "build" directory has been renamed to "bin" on virtual disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/dhrystone/dhrystone.py

    r589 r610  
    5454    mapping.addVseg( vspace, 'dhry_data', data_base , data_size,
    5555                     'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM',
    56                      binpath = 'build/dhrystone/appli.elf',
     56                     binpath = 'bin/dhrystone/appli.elf',
    5757                     local = False )
    5858
     
    6666                                 code_base , code_size,
    6767                                 'CXWU', vtype = 'ELF', x = x, y = y, pseg = 'RAM',
    68                                  binpath = 'build/dhrystone/appli.elf',
     68                                 binpath = 'bin/dhrystone/appli.elf',
    6969                                 local = True )
    7070
Note: See TracChangeset for help on using the changeset viewer.