Re: building nss-3.12.7 with 4.6.0 20100731

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/13/2010 05:57 PM, Ian Lance Taylor wrote:
Justin Mattock<justinmattock@xxxxxxxxx>  writes:

I seem to be stuck with this error(below) when building nss

../dist/public/dbm  pkix_pl_ldaptemplates.c
{standard input}: Assembler messages:
{standard input}:954: Error: junk at end of line, first unrecognized
character is `6'
{standard input}:954: Error: junk at end of line, first unrecognized
character is `"'
make[4]: *** [Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/pkix_pl_ldaptemplates.o]
Error 1

is this a problem with gcc or is this a problem with nss?

This question is not appropriate for the mailing list gcc@xxxxxxxxxxxx
It would be appropriate for gcc-help@xxxxxxxxxxxx  Please take any
followups to gcc-help.  Thanks.

This error message means that there is some discrepancy between what the
compiler generates and what the assembler accepts.  It may be possible
to fix this by simply updating your assembler.  Otherwise, you will need
to identify the specific failing command, run it with the --save-temps
option, and look at line 954 of the generated .s file.  Send that to
gcc-help if you need more help.

Ian


alright.. cool

Justin P. Mattock


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux