> > *I have a Beaglebone Black running the last Debian image and for my > current project I need to cross-compile it with Eclipse from my WIndows OS.* > *In oiorder to get 'acquainted' with the PRUs I'm trying to run the 1.c > <https://github.com/rascalmicro/libpruio/blob/master/src/c_examples/1.c> > example included in the libruio library.*
First of all, you cannot compile anything with eclipse. It is an IDE, not a compiler. Let alone cross compile. But . . . cross compile *WHAT* ? On Mon, Aug 31, 2015 at 5:24 AM, Valeria M. <[email protected]> wrote: > Hi everybody! > > I have a Beaglebone Black running the last Debian image and for my current > project I need to cross-compile it with Eclipse from my WIndows OS. > In oiorder to get 'acquainted' with the PRUs I'm trying to run the 1.c > <https://github.com/rascalmicro/libpruio/blob/master/src/c_examples/1.c> > example included in the libruio library. > > I've followed the instructions posted here > <https://groups.google.com/forum/#!searchin/beagleboard/PRU$20Vega/beagleboard/9NYdGWOT_Mg/1FMabXB_pJsJ> > by Rafael Vega and I'm able to build the project but when debugging I get > first this errors: > > No source available for "0x0" > gdbserver: Unexpected missing PT_PHDR > > Scrolling through the gdb traces I've found: > > *stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation > fault",\ > > frame={addr="0x00000000",func="??",args=[]},thread-id="1",stopped-threads="all",core="0" > > Does someone have any idea what I'm missing or what kind of mistake I'm > doing? > > Regards > Valeria > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
