Quoth Xin Xie: > Sorry if this is question is too trivial. Currently I am using > m68k-uclinux-20061214 tool chain, and the uClinux-dist-20070130 tree. I > need to debug some user applications through the network gdbserver , > but I cannot find the m68k-elf-gdb in the tool chain?
I recall having to build my own, although unfortunately I can't tell you how I did it (because I'm not sure -- I tried to replicate it later on using what I thought were the same steps and ended up with something that didn't work). > Because I dont need debug the kernel at this moment, is it possible I > can run the gdbserver on target board, and gdb on the host machine without the BDM? Yes, it's possible, although there are limitations. Plain C apps work fine, but using any combination of C++ and/or threads annoy it. At least from what I've seen. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
