public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* gcc-4.2.3 build problem: ASM_APP_ON undeclared
@ 2008-03-10 20:10 Danny Backx
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Backx @ 2008-03-10 20:10 UTC (permalink / raw)
  To: bug-gcc

I must be doing something wrong, I cannot seem to compile the new
4.2.3 :
gmake[3]: Entering directory `/home/danny/src/gcc/x86-bootstrap/gcc'
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.2.3/gcc -I../../gcc-4.2.3/gcc/.
-I../../gcc-4.2.3/gcc/../include -I../../gcc-4.2.3/gcc/../libcpp/include
-I../../gcc-4.2.3/gcc/../libdecnumber
-I../libdecnumber    ../../gcc-4.2.3/gcc/final.c -o final.o
../../gcc-4.2.3/gcc/final.c: In function ‘app_enable’:
../../gcc-4.2.3/gcc/final.c:281: error: ‘ASM_APP_ON’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c:281: error: (Each undeclared identifier is
reported only once
../../gcc-4.2.3/gcc/final.c:281: error: for each function it appears
in.)
../../gcc-4.2.3/gcc/final.c: In function ‘app_disable’:
../../gcc-4.2.3/gcc/final.c:294: error: ‘ASM_APP_OFF’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c: In function ‘profile_function’:
../../gcc-4.2.3/gcc/final.c:1465: warning: implicit declaration of
function ‘ASM_OUTPUT_ALIGN’
../../gcc-4.2.3/gcc/final.c: In function ‘final_scan_insn’:
../../gcc-4.2.3/gcc/final.c:1894: error: ‘ASM_APP_OFF’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c:2074: error: ‘ASM_APP_ON’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c: In function ‘output_asm_label’:
../../gcc-4.2.3/gcc/final.c:3147: warning: implicit declaration of
function ‘ASM_GENERATE_INTERNAL_LABEL’
gmake[3]: *** [final.o] Error 1
gmake[3]: Leaving directory `/home/danny/src/gcc/x86-bootstrap/gcc'
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory `/home/danny/src/gcc/x86-bootstrap'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/home/danny/src/gcc/x86-bootstrap'
gmake: *** [all] Error 2


This is with a very simple configure line :
../gcc-4.2.3/configure --enable-languages=c

on a vanilla Mandriva 2007.0 x86 PC.

	Danny

-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


^ permalink raw reply	[flat|nested] 2+ messages in thread

* gcc-4.2.3 build problem: ASM_APP_ON undeclared
@ 2008-03-11 18:42 Danny Backx
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Backx @ 2008-03-11 18:42 UTC (permalink / raw)
  To: gcc-bugs

I must be doing something wrong, I cannot seem to compile the new
4.2.3 :

gmake[3]: Entering directory `/home/danny/src/gcc/x86-bootstrap/gcc'
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.2.3/gcc -I../../gcc-4.2.3/gcc/.
-I../../gcc-4.2.3/gcc/../include -I../../gcc-4.2.3/gcc/../libcpp/include
-I../../gcc-4.2.3/gcc/../libdecnumber
-I../libdecnumber    ../../gcc-4.2.3/gcc/final.c -o final.o
../../gcc-4.2.3/gcc/final.c: In function ‘app_enable’:
../../gcc-4.2.3/gcc/final.c:281: error: ‘ASM_APP_ON’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c:281: error: (Each undeclared identifier is
reported only once
../../gcc-4.2.3/gcc/final.c:281: error: for each function it appears
in.)
../../gcc-4.2.3/gcc/final.c: In function ‘app_disable’:
../../gcc-4.2.3/gcc/final.c:294: error: ‘ASM_APP_OFF’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c: In function ‘profile_function’:
../../gcc-4.2.3/gcc/final.c:1465: warning: implicit declaration of
function ‘ASM_OUTPUT_ALIGN’
../../gcc-4.2.3/gcc/final.c: In function ‘final_scan_insn’:
../../gcc-4.2.3/gcc/final.c:1894: error: ‘ASM_APP_OFF’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c:2074: error: ‘ASM_APP_ON’ undeclared (first
use in this function)
../../gcc-4.2.3/gcc/final.c: In function ‘output_asm_label’:
../../gcc-4.2.3/gcc/final.c:3147: warning: implicit declaration of
function ‘ASM_GENERATE_INTERNAL_LABEL’
gmake[3]: *** [final.o] Error 1
gmake[3]: Leaving directory `/home/danny/src/gcc/x86-bootstrap/gcc'
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory `/home/danny/src/gcc/x86-bootstrap'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/home/danny/src/gcc/x86-bootstrap'
gmake: *** [all] Error 2

This is with a very simple configure line :
../gcc-4.2.3/configure --enable-languages=3Dc

on a vanilla Mandriva 2007.0 x86 PC.

        Danny

-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-11 18:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 20:10 gcc-4.2.3 build problem: ASM_APP_ON undeclared Danny Backx
2008-03-11 18:42 Danny Backx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).