I don't yet have a BB but I am doing cross compilation for the RPi. I don't need to chmod and I don't see any reference to chmod on the instructions you linked to ([2]). On my Debian VM I can create the source, compile, copy it to the RPi and execute it from the terminal....all in Eclipse. I don't need to do chmod during this workflow.
I am hoping the same procedure will work when I get my BB Blue. I am however not able to get remote debugging working. I haven't spent enough time on this and so my debugging is limited to inserting printf statements. It's very inefficient. I've got to spend time to get remote debugging working. To setup my computer I used the procedure in Derek Malloy's book "Exploring the Raspberry Pi". I have recently purchased "Exploring BeagleBone" and it has a similar but not identical procedure. Both of those books are really excellent. They contain a wealth of information about embedded linux programming on those devices. You might consider purchasing his BB book and see if it helps. He also has a youtube video that may help you.... Cross Compilation for BB <https://www.youtube.com/watch?v=T9yFyWsyyGk> and his youtube channel has a lot of other very informative videos. I followed his steps but I'm still not able to remote debug. I'm pretty sure I misunderstood one of his steps...or maybe the procedure changed due to a Debian or Eclipse update. Whatever, I'm certain I will get it working when I get time to spend on it. Clark On Friday, April 2, 2010 at 2:49:26 PM UTC-5, Mark A. Yoder wrote: > > Hi: > Has anyone been successful with using Eclipse[1] on the host > computer to develop for the Beagle? I had it working last yea, but > now I only have it almost working. Me setup is at [2]. > > I'm able to cross-compile on my host an automatically download the > executable to the Beagle. However get an error before it does a chmod > on the executable on the Beagle. (Error during file upload. > Operation failed. File system input or output error.) > > Does anyone know how to fix this? > > --Mark > > [1] http://www.eclipse.org/ > [2] http://elinux.org/ECE597_Installing_the_Eclipse_IDE > <http://www.google.com/url?q=http%3A%2F%2Felinux.org%2FECE597_Installing_the_Eclipse_IDE&sa=D&sntz=1&usg=AFQjCNFOrzD5SMM5BdCdIvMIWb3ZIm8kxQ> > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/41200943-88ff-49b5-b047-4eca2eaab0fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
