User:Paul.W/october2010

From CDOT Wiki
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.

Week 2

  • fix small permission issue on cdot-beagleXM-0-3.
  • troubleshooting back up problem. Jobs are being created and queued, however queue is not proceeding.
  • looking for solution to gcc/glibc woes.