X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18M6mZ1UokM1ucJC66rZM4plwQiiYZXgiOK/fDb3B 6MGqPIDXAPcaoi Message-ID: <513B268F.5050108@gmx.de> Date: Sat, 09 Mar 2013 13:09:51 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: gcc-4.8.0 20130202 References: <510E36AE DOT 6060102 AT iki DOT fi> <513823DD DOT 1010706 AT iki DOT fi> In-Reply-To: <513823DD.1010706@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am 07.03.2013 06:21, schrieb Andris Pavenis: > On 03/07/2013 01:29 AM, Rugxulo wrote: >> Hi, >> >> On Tue, Mar 5, 2013 at 4:29 AM, Rugxulo wrote: >>> >>> On Sun, Feb 3, 2013 at 4:06 AM, Andris Pavenis >>> wrote: >>>> >>>> Packages of gcc-4.8 20130202 snapshot for DJGPP are >>>> available for testing purposes at >>>> >>>> http://ap1.pp.fi/djgpp/gcc/test/4.8.0-20130202/ >>> >>> They finally seemed to have gotten rid of all the P1 bugs, so this may >>> be finally gearing up for final release soon. Just FYI. >> >> http://gcc.gnu.org/ml/gcc/2013-03/msg00036.html >> >> " >> We've reached the goal of zero P1 regressions again, and have less >> than 100 P1-P3 bugs, but the number of changes going daily is still too >> high. If no new P1 appears within a week, I'd like to create first >> release candidate in the middle of next week .... >> " >> > I know as I'm getting GCC mailing list contents in e-mail. > > I guess there should be no problems with build for DJGPP v2.04 current > CVS > version (simply updating my GIT repo from upstream and after that my > own branches, > running script to get cross-compiler SRPM, build cross-compiler from that > and get gcc480s.zip as side product, build for DJGPP v2.04. Longest time > of that takes native build for DJGPP) > > There will most likely no build for DJGPP v2.03. It is just too old. > > Andris > > > OFYI, I have been able to successfully compiled gcc480-20130305s.zip on WinXP Prof SP3. It tooks around 7 hours but that is known. I have build everything except ada. Before I build it I compiled a fresh checkout of libc from yesterday evening. This checkout was compiled using gcc472. I installed the fresh gcc480 build and tried to recompile libc sources. It failed with the following error message: C:/DJGPP-2.04/BIN/make.exe -C ansi/time gcc ... -c ctime.c Using built-in specs. COLLECT_GCC=C:\DJGPP-2.04\BIN/gcc.exe Target: djgpp Configured with: /gnu/gcc-4.80-20130305/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++ --enable-libquadmath-support --disable-lto --disable-build-poststage1-with-cxx Thread model: single gcc version 4.8.0 20130305 (experimental) (GCC) COLLECT_GCC_OPTIONS='-MD' '-O0' '-g2' '-save-temps' '-v' '-mtune=i586' '-march=i386' '-Wall' '-Wbad-function-cast' '-Wcast-qual' '-Werror' '-Wmissing-declarations' '-Wmissing-prototypes' '-Wpointer-arith' '-Wshadow' '-Wstrict-prototypes' '-Wwrite-strings' '-Wundef' '-Wcast-align' '-Wsign-compare' '-nostdinc' '-iquote' '.' '-isystem' '../../../../include' '-D' 'GAS_MAJOR=3' '-D' 'GAS_MINOR=1' '-D' 'GAS_MINORMINOR=0' '-c' c:/djgpp-2.04/bin/../libexec/gcc/djgpp/4.80/cc1.exe -E -quiet -nostdinc -v -iprefix c:/djgpp-2.04/bin/../lib/gcc/djgpp/4.80/ -MD ctime.d -remap -D GAS_MAJOR=3 -D GAS_MINOR=1 -D GAS_MINORMINOR=0 -iquote . -isystem ../../../../include ctime.c -mtune=i586 -march=i386 -Wall -Wbad-function-cast -Wcast-qual -Werror -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wundef -Wcast-align -Wsign-compare -g2 -fworking-directory -O0 -fpch-preprocess -o ctime.i #include "..." search starts here: . #include <...> search starts here: ../../../../include End of search list. In file included from ctime.c:44:0: h:/djgpp/include/time.h:117:23: fatal error: x86intrin.h: No such file or directory (ENOENT) #include ^ compilation terminated. make.exe[3]: *** [ctime.o] Error 1 make.exe[2]: *** [all_subs] Error 2 make.exe[1]: *** [all] Error 2 make.exe: *** [subs] Error 2 I installed all products and x86intrin.h is there in C:\djgpp-2.04\lib\gcc\djgpp\4.80\include. If more information is needed let me know. Regards, Juan M. Guerrero