Difference between revisions of "Gumstix cMsg"

From New IAC Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
then change the compiler so it points to the gumstix cross compiler
 
then change the compiler so it points to the gumstix cross compiler
  
arm-angstrom-linux-gnueabi-gcc
+
~/gumstix/gumstix-oe/tmp/cross/arm-angstrom-linux-gnueabi/bin/gcc
 
 
arm-angstrom-linux-gnueabi-g++
 
  
 +
~/gumstix/gumstix-oe/tmp/cross/arm-angstrom-linux-gnueabi/bin/g++
  
 
[http://wiki.iac.isu.edu/index.php/Gumstix_Verdex] [[Gumstix_Verdex]]
 
[http://wiki.iac.isu.edu/index.php/Gumstix_Verdex] [[Gumstix_Verdex]]
 
[http://wiki.iac.isu.edu/index.php/CMsg] [[CMsg]]
 
[http://wiki.iac.isu.edu/index.php/CMsg] [[CMsg]]

Revision as of 04:49, 5 June 2010

Compiling cMsg library for Gumstix


V 3.0

Download source code from JLab

You need the cMsg code

https://coda.jlab.org/wiki/index.php/CMsg_-_Publish/Subcribe_messaging


and the Makefile extensions

ftp://ftp.jlab.org/pub/coda/BMS/

I copied the makefile extension

BMS/Makefile.vxworks-ppc

to Makefile.gumstix

then change the compiler so it points to the gumstix cross compiler

~/gumstix/gumstix-oe/tmp/cross/arm-angstrom-linux-gnueabi/bin/gcc
~/gumstix/gumstix-oe/tmp/cross/arm-angstrom-linux-gnueabi/bin/g++

[1] Gumstix_Verdex [2] CMsg