Using GDB on arm processor
Submitted by Sukhoi on 12 July, 2008 - 13:33.
Hello, Everybody!
My problem is the following: I have an arm-device (in my case it's a payment terminal, which everybody could see in the shops, for example), PC and a cable that connects my terminal and COM-port. Terminal works on linux (old kernel -2.4...) and I'd like to debug my programs for terminal with gdb.
A tried to build gdb using arm-compiler from sources, but there were some errors. After reading some articles I made a conclusion that gdb consists of two parts: host and target. So as I understood gdb host doesn't support arm-architecture but this part is important for my purpose.
Maybe anyone knows how to solve this problem?
Thank you.
