On Mon, Jan 5, 2015 at 3:52 AM, Andrew Haley <aph@xxxxxxxxxx> wrote: > On 05/01/15 01:23, Cyd Haselton wrote: >> So I went ahead and after lots of trial and error managed to correctly >> run each of the above commands one by on in the >> arm-linux-androideabi/libgcc directory. >> >> The result: >> >> /usr/gcc-4.8.4/bin/ld:libgcc.map:1: syntax error in VERSION script >> collect2: error: ld returned 1 exit status >> >> which makes sense as the libgcc.map file is empty...though i'm not >> sure why as I ran the commands in the same order as the libgcc build, >> which completed successfully. Should I just do make clean && make in >> the arm-linux-androideabi/libgcc dir of both 4.8.4 and 4.9.2? > > Hmm. Right now I would have thought that the only command you'd need > to run on both was the one which failed on 4.9, whatever that was. See the list of commands I posted for the 4.8.4 libgcc build...both are exactly the same. It > might not be a terrible idea to try to re-make the libcc dir, but it > may fail. > > Andrew. > I know from past attempts that if I re-run the last command in the 4.9 arm-linux-androideabi/libgcc build dir it will fail with the same 'undefined referemce to dlopen' error. I can try again to manually re-run both commands (see previous emails for exact command) but if one succeeds and one fails i'm not sure how that would help diagnose the issue or provide info that would do the same. Wouldn't it be more helpful if I post the differences between both buuld dirs...something that would indicate why one build failed and the other didn't?