Am Sun, 29 Dec 2013 17:15:47 -0800 schrieb Ellery Newcomer <ellery-newco...@utulsa.edu>:
> On 12/21/2013 04:04 PM, Johannes Pfau wrote: > >>> > >>> flags I'm using: -fdebug -g > >> > >> No libbacktrace support on ARM? > > > > Libbacktrace is actually supported on ARM and stacktraces works just > > fine, even with cross-compilers. There must be a problem with your > > gdc build, Ellery. Can you check the contents of > > include/d/4.8.0/gcc/libbacktrace.di > > especially the BACKTRACE_SUPPORTED enum? > > > > Looks like include/d didn't make it into the final deployment. or etc. Sorry, I forgot that the paths are different for cross-compilers. It should be /arm-unknown-linux-gnueabihf/lib/gcc/arm-unknown-linux-gnueabihf/4.8.2/include/d/gcc/libbacktrace.di Just to be sure: You also don't get a backtrace with symbols even if you don't use 'strip'? I use a hg version of crosstool-NG and maybe they changed something since the last release but I didn't have to use any special options.