<div dir="ltr">"make clean" did the trick!<div><br></div><div>thank you so much,</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 22, 2021 at 12:15 PM IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 4/22/21 11:45 AM, iftah gabbai wrote:<br>
> hey Lucas, thank you very much, i wonder if this exceeds the scope of this<br>
> list but when i attempt to "make" on an rpi i get<br>
> <br>
> shmem.o: file not recognized: file format not recognized<br>
> collect2: error: ld returned 1 exit status<br>
> make: *** [Makefile:261: shmem.pd_linux] Error 1<br>
> <br>
> i wonder what im doing wrong?<br>
<br>
run "make clean" first?<br>
<br>
it seems that the sources are not pristine, that is: there are build <br>
artifact leftovers from other architectures. 'make' decides it does not <br>
need to rebuild those already existing .o-files, only to discover later <br>
that those .o-files are actually not usable to build an armv7 binary <br>
(which is what you are telling it to do).<br>
<br>
fgmadsr<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>