Closed wom-bat closed 8 years ago
Explicitly adding -L..../out/target/ArchLinuxArm/lib allowed building to complete.
And the same problem arises when building weston.
The version is gcc used should be the one downloaded by download-gcc - and it should work fine. What makes you think gcc 5 is being used here?
"Alexandre" == Alexandre Courbot notifications@github.com writes:
Alexandre> The version is gcc used should be the one downloaded by Alexandre> download-gcc - and it should work fine. What makes you Alexandre> think gcc 5 is being used here?
Simple -- I didn't use the download-gcc script, I used the arm-linux-gnueabihf-gcc-5 I already had on the system.
So you can regard this as a heads-up for when you switch to a later compiler.
Dr Peter Chubb http://www.data61.csiro.au http://www.ssrg.nicta.com.au Software Systems Research Group/NICTA/Data61
Indeed, we will want to fix that sometime. Thanks for reporting, keeping open until this is fixed.
I just want to say I wasn't able to reproduce this issue with gcc5.3 cross compiled to arm-linux-gnueabihf. I'm running on a Gentoo amd64 VM. Only script modified was env.sh to make CROSS_COMPILE point to my cross-compiler.
closing for now.