Steve Beaumont
2005-Nov-19 10:35 UTC
[Asterisk-Users] Asterisk 1.2 compile error - Any suggestions would be appreciated
Hi,
Can anyone help with this. I'm sure I'm doing something stupid: -
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer -Wno-missing-prototypes -Wno-missing-declarations
-DIAX_TRUNKING -DCRYPTO -fPIC -c -o chan_sip.o chan_sip.c
chan_sip.c:53: internal compiler error: output_operand: invalid
expression as operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.suse.de/feedback> for instructions.
{standard input}: Assembler messages:
{standard input}:278679: Warning: partial line at end of file ignored
Preprocessed source stored into /tmp/ccK1z9vk.out file, please attach
this to your bugreport.
make[1]: *** [chan_sip.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
make: *** [subdirs] Error 1
asterisk:/usr/src/asterisk #
asterisk:/usr/src/asterisk # gcc -dumpversion
3.3.3
asterisk:/usr/src/asterisk #
Best Regards
Steve B
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.4/175 - Release Date: 18/11/2005
Paul
2005-Nov-19 11:15 UTC
[Asterisk-Users] Asterisk 1.2 compile error - Any suggestions would be appreciated
It built fine on debian sarge using gcc version 3.3.5 (Debian 1:3.3.5-13) maybe you should see what other gcc versions are available for your version. Steve Beaumont wrote:> Hi, > > Can anyone help with this. I'm sure I'm doing something stupid: - > > gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT > -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS > -fomit-frame-pointer -Wno-missing-prototypes > -Wno-missing-declarations -DIAX_TRUNKING -DCRYPTO -fPIC -c -o > chan_sip.o chan_sip.c > chan_sip.c:53: internal compiler error: output_operand: invalid > expression as operand > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://www.suse.de/feedback> for instructions. > {standard input}: Assembler messages: > {standard input}:278679: Warning: partial line at end of file ignored > Preprocessed source stored into /tmp/ccK1z9vk.out file, please attach > this to your bugreport. > make[1]: *** [chan_sip.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/channels' > make: *** [subdirs] Error 1 > asterisk:/usr/src/asterisk # > > asterisk:/usr/src/asterisk # gcc -dumpversion > 3.3.3 > asterisk:/usr/src/asterisk # > > > Best Regards > Steve B > > > >