Skip to content
jappavoo edited this page Nov 23, 2011 · 11 revisions

Status:

committed a bunch of changes to build-reorg to get things working on both platforms. In Process: started to think about and get code ready so that unix lrt pic's are bound to a physical cores of the unix system. Code on OSX and linux is significantly different. This triggered a discussion of whether we should add support now for more dynamic notions of adding an subtracting event locations and how we should identify the event locations and the set of current locations.

Still need to send not to Jimi, Ron, Jan, Amos about bootloaders/firmware

My Build process:

The process below builds the source on the current system for 3 debug levels

Initial

checkout cd into tree contrib/jappavoo/mkbuild make -C ../build

subsequent

make -C ../build

Build the same source tree but on a new system

cd into tree contrib/jappavoo/mkbuild make -C ../build

This will not harm another systems build of the same tree as the build dir has sub dirs for each system type computed via uname -s

Clone this wiki locally