This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/50186] New: junk at end of line: `1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50186

             Bug #: 50186
           Summary: junk at end of line: `1
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: santoshkumar.a@gmail.com


All,
      I have built a Toolchain for powerpc 476 in little endian mode.

With below:

binutils-2.21
gcc-4.6.1
glibc-2.13
linux-2.6.39

While comiling linux kernel 2.6.39 with 
"make ARCH=powerpc CROSS_COMPILE=powerpc-476-linux-gnu-"
I see the below error.

  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  SKIPPED include/generated/compile.h
  CC      init/do_mounts_rd.o
{standard input}: Assembler messages:
{standard input}:665: Error: junk at end of line: `1'

If any one has faced this issue please let me know what needs to be done.

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]