Re: Getting a broken program when the -funroll-loops flag is set (gcc linaro arm)

2012-11-14 Thread Mickey Iluz
Hi Michael, Thanks for looking into that issue. Upgrading to GCC 4.7 might be possible, for now I've decided to remove the -funroll-loops flag, and keep working with Freescale's GCC 4.6.2 build. Mickey. - Original Message - From: Michael Hope michael.h...@linaro.org To: Mickey Iluz

Re: Re: Re: unexpected reloc type 0x03 error with gcc-4.6.4 (2012.10 version)

2012-11-14 Thread 남관우
Title: Samsung Enterprise Portal mySingle Hi, Here is our LDFLAGS. -Wl,--rpath=/usr/lib -Wl,--as-needed And i try to build with your guide. without : -mapcs -fno-commonand -fPIC instead of -fpic But it is failed with samethe message. (/usr/lib/libnfc-common-lib.so.1:

Fwd: Re: Re: Re: unexpected reloc type 0x03 error with gcc-4.6.4 (2012.10 version)

2012-11-14 Thread 남관우
Title: Samsung Enterprise Portal mySingle Hi, As your guide, i tried to build again. without : -mapcs -fno-common -fstack-protector --param==ssp=buffer-size=4and -fPIC instead of -fpic But it is failed with samethe message. (/usr/lib/libnfc-common-lib.so.1: unexpected reloc type

Re: Getting a broken program when the -funroll-loops flag is set (gcc linaro arm)

2012-11-14 Thread Michael Hope
On 14 November 2012 22:09, Mickey Iluz mickey.i...@orcam.com wrote: Hi Michael, Thanks for looking into that issue. Upgrading to GCC 4.7 might be possible, for now I've decided to remove the -funroll-loops flag, and keep working with Freescale's GCC 4.6.2 build. Sure. I also found that