rtems gcc 4.6.1 can not compile stop at check TLS
Xiangfu Liu
xiangfu at sharism.cc
Wed Aug 24 06:51:51 UTC 2011
On 08/24/2011 02:23 PM, Xiangfu Liu wrote:
> the configure commands is like:
> (cd b-gcc/;\
> ../gcc-$(GCC_CORE_VERSION)/configure --target=lm32-rtems4.11 \
> --with-gnu-as --with-gnu-ld --with-newlib --verbose --enable-threads \
> --enable-languages="c" --disable-shared --prefix=$(RTEMS_PREFIX); \
> make all; \
> make info; \
> )
>
> more info see the attach makefile
>
> On 08/24/2011 01:51 PM, Xiangfu Liu wrote:
>> Hi
>>
>> I have tried compile lm32-rtems-gcc 4.6.1 with:
>> ubuntu 11.04 64bit with gcc-core-4.6.1-rtems4.11-20110621.diff
>> ubuntu 11.04 64bit with gcc-core-4.6.1-rtems4.11-20110715.diff
>> $ gcc --version
>> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
>>
>>
>> debian 6 32bit with gcc-core-4.6.1-rtems4.11-20110621.diff
>> debian 6 32bit with gcc-core-4.6.1-rtems4.11-20110715.diff
>> $ gcc --version
>> gcc (Debian 4.3.2-1.1) 4.3.2
>>
>>
>> all of them stop at: "checking whether the target assembler supports thread-local storage... "
>> then 'cc1' eat all memories and swap. system became very very slow then.
>>
>> do I have to update my system gcc to 4.6.1? any help will be great.
>>
Hi
after install gcc 4.6.1 compile again. get same result. stop at "checking whether the ..... "
More information about the users
mailing list