User:Paul.W/october2010

From CDOT Wiki
< User:Paul.W
Revision as of 15:18, 12 October 2010 by Paul.W (talk | contribs)
Jump to: navigation, search


Week 1

04 Monday -- 08 Friday

  • continued work with BeagleBoard XM, finally booting into Fedora. Added to pool as a builder.
  • edits made to gcc spec to disable sjlj exceptions. Build failed.
  • -enable-sjlj-exception --- Forces old, set-jump/long-jump exception handling model. If at all possible, the new, frame unwinding exception handling routines should be used instead, as they significantly reduce both runtime memory usage and executable size. This option can change the library ABI.
  • research gcc/glibc possible solutions.