iPXE discussion forum

Full Version: Assembler problem compiling ethernet.o on RHEL5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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).
Exactly the same on CentOS release 5.11 (Final)
The solution was new Devtools for CentOS

http://braaten-family.org/ed/blog/2014-0...or-centos/

Once updated it worked perfectly

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

Once upgraded, it all worked fine
Reference URL's