On 4/22/21 11:45 AM, iftah gabbai wrote:
hey Lucas, thank you very much, i wonder if this exceeds the scope of this list but when i attempt to "make" on an rpi i get
shmem.o: file not recognized: file format not recognized collect2: error: ld returned 1 exit status make: *** [Makefile:261: shmem.pd_linux] Error 1
i wonder what im doing wrong?
run "make clean" first?
it seems that the sources are not pristine, that is: there are build artifact leftovers from other architectures. 'make' decides it does not need to rebuild those already existing .o-files, only to discover later that those .o-files are actually not usable to build an armv7 binary (which is what you are telling it to do).
fgmadsr IOhannes