Changes between Version 8 and Version 9 of Frequently Asked Questions


Ignore:
Timestamp:
Mar 25, 2010, 10:29:59 AM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frequently Asked Questions

    v8 v9  
    9595}}}
    9696
    97 at the end of `soclib/utils/conf/soclib.conf`
    98 
    99 '''Please note''': Since revision [1032] of soclib, there is no more dependency on libbfd. Please update your tree and drop all references to bfd libiberty.
     97at the end of `~/.soclib/global.conf`
    10098
    10199= Cross-compilation issues =
     
    128126
    129127SystemC got picky about multiple drivers. This probably needs a fix in simulation models, using SystemC-2.1 is a workaround for now.
    130 
    131 == Invalid ELF format ==
    132 
    133 You get the following exception:
    134 {{{
    135 terminate called after throwing an instance of 'soclib::exception::RunTimeError'
    136  what():  BFD failed: File in wrong format
    137 Abort trap
    138 }}}
    139 
    140 You probably linked you simulator with native libbfd (your host's one). Try to configure soclib-cc to link against you cross-compilation toolchain libbfd.
    141 
    142 '''Please note''': Since revision [1032] of soclib, there is no more dependency on libbfd. Please update your tree. This error won't happen any more.