This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Invalid 'asm' statements
- To: <gcc-help at gcc dot gnu dot org>
- Subject: Invalid 'asm' statements
- From: "Drew P. Vogel" <dvogel at intercarve dot net>
- Date: Thu, 25 Oct 2001 10:53:50 -0400 (EDT)
Hello all,
I am attempting to compile a few pieces of software using gcc
2.95.3. I recieve Inavlid 'asm' statement errors while compiling though. I
have read the relevant info in the FAQ, but in this case it doesn't seem
to apply. This is because the code gcc complains about doesn't contain any
asm statements (ie: texinfo 4.0's info/echo-area.c at line 1471 is
complained about but the line is an FD_ZERO macro call).
I upgraded gcc from 2.7.3.2 (I believe) to 2.95.3 on a Debian
GNU/Linux 2.1 machine. I have also upgraded the binutils to the newest
version and gcc seems to be using glibc 2.1, if it matters.
Any help will be greatly appreciated.
--Drew Vogel