Using the latest lede-sdk-ramips-mt7620_gcc-5.4.0_musl.Linux-x86_64 snapshot, running make menuconfig gives me this error:
[code]/usr/bin/ld: zconf.tab.o: relocation R_X86_64_32S against symbol `symbol_yes' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status[/code]
Fix is to run "make clean" in scripts/config first.
The text was updated successfully, but these errors were encountered:
roger-:
Using the latest lede-sdk-ramips-mt7620_gcc-5.4.0_musl.Linux-x86_64 snapshot, running make menuconfig gives me this error:
[code]/usr/bin/ld: zconf.tab.o: relocation R_X86_64_32S against symbol `symbol_yes' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status[/code]
Fix is to run "make clean" in scripts/config first.
The text was updated successfully, but these errors were encountered: