Re: Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-11-07 Thread Veena & Deepak Ramaswamy
Hello Maxim Step#1 Using the new 7.1 tool chain version that you pointed me to _and_ Step#2removing the -lgcc -lc flags Now, I can get to built the sources as intended. I also tried to rebuild by linux kernel and busybox with the 7.1 tools along with the multi-threaded application - and it

Re: Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-11-06 Thread Veena & Deepak Ramaswamy
Alright - Many thanks! Will do. On Tue, Oct 31, 2017 at 1:07 AM, Maxim Kuvyrkov wrote: > > On Oct 31, 2017, at 4:08 AM, Veena & Deepak Ramaswamy < > veenadee...@gmail.com> wrote: > > > > Thank you for your input, Maxim. Tried your suggestions - same problem > again. > > Anything else I can try?

Re: Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-10-31 Thread Veena & Deepak Ramaswamy
Thank you for your input, Maxim. Tried your suggestions - same problem again. Anything else I can try? On Mon, Oct 30, 2017 at 4:55 AM, Maxim Kuvyrkov wrote: > > On Oct 27, 2017, at 6:10 AM, Veena & Deepak Ramaswamy < > veenadee...@gmail.com> wrote: > > > > All, > > > > Using the tool chain that

Re: Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-10-31 Thread Maxim Kuvyrkov
> On Oct 31, 2017, at 4:08 AM, Veena & Deepak Ramaswamy > wrote: > > Thank you for your input, Maxim. Tried your suggestions - same problem again. > Anything else I can try? > You have 2 ways forward: - Try recent toolchains, e.g., http://releases.linaro.org/components/toolchain/binaries/6.4

Re: Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-10-30 Thread Maxim Kuvyrkov
> On Oct 27, 2017, at 6:10 AM, Veena & Deepak Ramaswamy > wrote: > > All, > > Using the tool chain that comes with the FVP package that I downloaded last > month (Oct 2017), I'm trying to compile the Splash2 benchmark to execute on > the latest FVP platform and seeing a compilation issue that g

Linaro GCC CrossCompiler for ARMv8 - Weak Linkage issue

2017-10-27 Thread Veena & Deepak Ramaswamy
All, Using the tool chain that comes with the FVP package that I downloaded last month (Oct 2017), I'm trying to compile the Splash2 benchmark to execute on the latest FVP platform and seeing a compilation issue that goes like this (please see below) ​To reproduce:​ ​1. download the benchmark fr