Changes between Version 4 and Version 5 of Frequently Asked Questions


Ignore:
Timestamp:
Feb 7, 2009, 3:53:41 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frequently Asked Questions

    v4 v5  
     1[[PageOutline]]
    12
    23= Installation issues =
     
    111112
    112113SystemC got picky about multiple drivers. This probably needs a fix in simulation models, using SystemC-2.1 is a workaround for now.
     114
     115== Invalid ELF format ==
     116
     117You get the following exception:
     118{{{
     119terminate called after throwing an instance of 'soclib::exception::RunTimeError'
     120 what():  BFD failed: File in wrong format
     121Abort trap
     122}}}
     123
     124You probably linked you simulator with native libbfd (your host's one). Try to configure soclib-cc to link against you cross-compilation toolchain libbfd.