-
Hermes compile errors...
Any ideas?
Code:
gcc -Wall -O3 utils/raw2payload.c -o utils/raw2payload
make[1]: Warning: File `port1_config_descriptor.S' has modification time 4.1e+03 s in the future
/usr/local/ps3dev/ppu/bin/ppu-gcc -c port1_config_descriptor.S -o port1_config_descriptor.o
port1_config_descriptor.S: Assembler messages:
port1_config_descriptor.S:236: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:241: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:242: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:243: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:244: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:246: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:250: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:253: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:256: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:865: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:867: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:869: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:871: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:929: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:930: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:931: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:932: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:933: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:934: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:935: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:936: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:937: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:938: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:939: Warning: left operand is a bignum; integer 0 assumed
port1_config_descriptor.S:236: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:241: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:242: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:243: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:244: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:246: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:250: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:253: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:256: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:865: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:867: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:869: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:871: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:929: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:930: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:931: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:932: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:933: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:934: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:935: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:936: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:937: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:938: Error: reloc 1 not supported by object file format
port1_config_descriptor.S:939: Error: reloc 1 not supported by object file format
make[1]: *** [port1_config_descriptor.o] Error 1
make[1]: Leaving directory `/home/bphillip/psgroove-hermes'
make: *** [all] Error 2
-
I am having issues compiling as well but don't get the same error as you. What are you using to compile?
-
I using Ubuntu x86 10.4 and ps3toolchain.
I still haven't been able to get it to compile.