Re: GNU Debugger Android compilation
Martin Štrympl <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAGCHcipuDRoX9HvKZPV=B+voPSdc_Q3pcssAWvbA=aWw_9hkgQ@mail.gmail.com> |
Ok. Thanks. I have created bug in gdb bugzilla and add diff like atachment to it. http://sourceware.org/bugzilla/show_bug.cgi?id=16206 On Fri, Nov 22, 2013 at 5:06 PM, Tom Tromey <[email protected]> wrote: >>>>>> "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