Changes between Version 8 and Version 9 of Frequently Asked Questions
- Timestamp:
- Mar 25, 2010, 10:29:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Frequently Asked Questions
v8 v9 95 95 }}} 96 96 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. 97 at the end of `~/.soclib/global.conf` 100 98 101 99 = Cross-compilation issues = … … 128 126 129 127 SystemC 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 format137 Abort trap138 }}}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.