hello list, would anyone be so kind and tell me where i could find the source of shmem? google did not help, i would like to compile a version for linux arm
thank you for your time and help,
Hi,
You get the sources if you install [shmem] from Deken
~
shmemv1.0(Darwin-i386-32)(Linux-amd64-32)(Linux-i386-32)(Windows-i386-32)(Sources).dek Uploaded by chnry @ 2019-03-13 10:15:00
:)
Mensaje telepatico asistido por maquinas.
On 4/22/2021 5:58 AM, iftah gabbai wrote:
> hello list, would anyone be so kind and tell me where i could find the
> source of shmem? google did not help, i would like to compile a
> version for linux arm
>
> thank you for your time and help,
>
> _______________________________________________
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
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?
best
On Thu, Apr 22, 2021 at 11:16 AM Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi,
You get the sources if you install [shmem] from Deken
~
shmemv1.0(Darwin-i386-32)(Linux-amd64-32)(Linux-i386-32)(Windows-i386-32)(Sources).dek Uploaded by chnry @ 2019-03-13 10:15:00
:) Mensaje telepatico asistido por maquinas. On 4/22/2021 5:58 AM, iftah gabbai wrote: hello list, would anyone be so kind and tell me where i could find the source of shmem? google did not help, i would like to compile a version for linux arm thank you for your time and help, _______________________________________________Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
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
"make clean" did the trick!
thank you so much,
On Thu, Apr 22, 2021 at 12:15 PM IOhannes m zmoelnig zmoelnig@iem.at wrote:
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list