Re: GNU Debugger Android compilation
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Martin" == Martin Štrympl <[email protected]> writes: Martin> I don't understand autotools and etc. That I am not able to do useful Martin> change path for you. And I have added preprocesor #ifndef directive to Martin> one android NDK header to fix compilation problem. I have written Martin> function tcdrain like Martin> int tcdrain(in fd) {return -1} to fix one link problem. But I beleave Martin> that my experience can be helpfull for prepare gdb for compilation on Martin> Android ARM. Martin> If you feel interested in it, please answer me. I can share my Martin> experience with you. I will not delete my upgraded gdb source for some Martin> time. One way to go forward would be to file bugs with the exact error messages. Then with your assistance someone can write fixes. Tom