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 ...
- 08-09-2008 #1Just 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.
- 08-11-2008 #2Linux Newbie
- Join Date
- Feb 2008
- Location
- Bangalore, India
- Posts
- 112
Try,
gdb - gnu debugger.
It may help you to understand where it is failing.
- nileshbigunix.blogspot.com
Registered Linux User: #476440
- 08-11-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
How can i use gdb while building/compiling my code?


Reply With Quote