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

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[category: Fall 2010 October]]
 
[[category: Fall 2010 October]]
 +
 +
===Week 1===
  
 
'''04 Monday -- 08 Friday '''
 
'''04 Monday -- 08 Friday '''

Revision as of 15:18, 12 October 2010


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.