gcc48

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
fails to compile with clang33 on 10.0 with:

Code:
build/genhooks "Common Target Hook" \
				     > tmp-common-target-hooks-def.h
/bin/sh .././../gcc-4.8-20140116/gcc/../move-if-change tmp-common-target-hooks-def.h \
				     common/common-target-hooks-def.h
mv: rename tmp-common-target-hooks-def.h to common/common-target-hooks-def.h: No such file or directory
 
next try - it fails with:

Code:
gmake[5]: Entering directory `/usr/ports/lang/gcc48/work/build/gcc'
build/genattrtab .././../gcc-4.8-20140116/gcc/config/i386/i386.md insn-conditions.md \
	-Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
gmake[5]: *** [s-attrtab] Killed

it tried it several times, with various errors, what's happened ?
 
Solved, it seems it was the line
Code:
CPP=/usr/local/libexec/ccache/world/clang-cpp33
in /etc/make.conf.
 
Back
Top