Difference between revisions of "User:Paul.W/october2010"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'category: Fall 2010 October')
 
Line 1: Line 1:
 
[[category: Fall 2010 October]]
 
[[category: Fall 2010 October]]
 +
 +
'''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.

Revision as of 15:17, 12 October 2010


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.