iPXE discussion forum
Assembler problem compiling ethernet.o on RHEL5 - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Assembler problem compiling ethernet.o on RHEL5 (/showthread.php?tid=7644)



Assembler problem compiling ethernet.o on RHEL5 - udesilva - 2015-03-12 12:00

Hi,

I obtained the source from GIT and attempted a "make" in the src directory, but the compilation fails at:
[pre]
[BUILD] bin/ethernet.o
/tmp/ccYu1T1g.s: Assembler messages:
/tmp/ccYu1T1g.s:12: Error: unknown pseudo-op: `.reloc'
/tmp/ccYu1T1g.s:13: Error: unknown pseudo-op: `.reloc'
make: *** [bin/ethernet.o] Error 1
[/pre]
Anyone know what's going wrong here? (Server is RHEL5u11 on VMware).


RE: Assembler problem compiling ethernet.o on RHEL5 - sebus - 2016-02-02 12:42

Exactly the same on CentOS release 5.11 (Final)
The solution was new Devtools for CentOS

http://braaten-family.org/ed/blog/2014-05-28-devtools-for-centos/

Once updated it worked perfectly

sebus


RE: Assembler problem compiling ethernet.o on RHEL5 - sebus - 2016-02-03 20:52

Same issue on CentOS 5.11
Solution was updated Devtools for CentOS as per http://braaten-family.org/ed/blog/2014-05-28-devtools-for-centos/

Once upgraded, it all worked fine