Find the answer to your Linux question:
Results 1 to 3 of 3
Hi All, I am trying to build my code on 64-bit RHEL 4.0 using gcc 3.4 .5 and i am getting the following error /tmp/ccZZPl69.s: Assembler messages: /tmp/ccZZPl69.s:21187: Error: invalid ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    3

    Cannot build on 64-BIT RHEL

    Hi All,

    I am trying to build my code on 64-bit RHEL 4.0 using gcc 3.4 .5 and i am getting the following error
    /tmp/ccZZPl69.s: Assembler messages:
    /tmp/ccZZPl69.s:21187: Error: invalid character '_' in mnemonic
    gmake[1]: *** [linux64/obroot_entry.o] Error 1

    But when i fire build again(do make), it no longer shows me this error and the build continues completes successfully.

    Can anyone please help.

    Thanks,
    Ranjan.

  2. #2
    Linux Newbie
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    112
    Try,
    gdb - gnu debugger.

    It may help you to understand where it is failing.

    - nilesh
    bigunix.blogspot.com
    Registered Linux User: #476440

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    3
    How can i use gdb while building/compiling my code?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...