Closed shanegibbs closed 6 years ago
Yes I must have broken non multilib builds with the last commit. You could comment the lib64 line or rewind the last commit:
git reset --hard HEAD~1
I thought while I was making the change that it might not work if the compiler is not multilib. I wasn’t sure whether there was a lib64 on non-multilib. Clearly there isn’t. The proper fix is to add something like this:
if [ -d “.../lib64” ]; then rsync -a .../lib64/ .../lib64/ fi
Obviously replacing the ... with the source and dest paths (I’m not in front of the computer at the moment and can’t remember the exact path).
Michael
Before running
make
I need tomkdir /opt/riscv/sysroot/lib64
. It looks like this could be related to https://github.com/michaeljclark/busybear-linux/commit/5427ac14e3f85ceafd38e3c15d92c3f62429e7f7. I am not using multilib. Seems straight forward, but let me know if you need more info.The tail of my build output is