User forums > Embedded development

Codeblocks, gdbserver and beagleboard

<< < (2/2)

killerbot:
we are working on some pre/post debug commands (i.e. additional shell commands), the gui is already there, but the actions are not carried out yet.

doragasu:
What language are the scripts written in? I tried to launch a shell script in the post build steps, and didn't work (I got several errors). The script copies a file using scp and launchs gdbserver:


--- Code: ---scp ./bin/Debug/SDSN_BB root@192.168.1.110:SDSN_BB
ssh root@192.168.1.110 "gdbserver localhost:5000 SDSN_BB"
--- End code ---

I browsed the codeblocks manual and I haven't seen documentation about scripts. The manual tells how to launch them, but I haven't seen any more documentation about scripts.

Kaijun:
I tried C::B 10.05 on the beagleboard. I got the same problem. I built in openembedded., then debug in C::B. the debugger pointer doesn't appear.

Navigation

[0] Message Index

[*] Previous page

Go to full version