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/shell/shell.py

    r589 r610  
    3838    mapping.addVseg( vspace, 'shell_data', data_base , data_size,
    3939                     'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM',
    40                      binpath = 'build/shell/appli.elf',
     40                     binpath = 'bin/shell/appli.elf',
    4141                     local = False )
    4242
     
    4444    mapping.addVseg( vspace, 'shell_code', code_base , code_size,
    4545                     'CXWU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM',
    46                      binpath = 'build/shell/appli.elf',
     46                     binpath = 'bin/shell/appli.elf',
    4747                     local = False )
    4848
Note: See TracChangeset for help on using the changeset viewer.