on the tinkerboard just for fun. i have seen working versions for raspberry pi but cannot figure out how in the world to compile this. i constantly get the error
(see attached image)
From what i understand its just a matter of setting correct compiler flags?
on the tinkerboard, just dont forget to put a ./build.sh in the last command not like he has it as command ont he website, that does not work for me.
unfortunately, the cpu miner multi does not run as efficient and i only get hashrates of 6 kH/s instead of 10. it baffeling to me how i cannot seem to freaking compile the raspberry version of magi cpu miner v2 on the tinkerboard.
on the tinkerboard just for fun. i have seen working versions for raspberry pi but cannot figure out how in the world to compile this. i constantly get the error
(see attached image)
From what i understand its just a matter of setting correct compiler flags?
Maybe someone can help or has tried this before.
Best regards
Can you provide the related documents of "working versions for Rpi" ? Maybe we can use this as the beginning.
on the tinkerboard just for fun. i have seen working versions for raspberry pi but cannot figure out how in the world to compile this. i constantly get the error
(see attached image)
From what i understand its just a matter of setting correct compiler flags?
Maybe someone can help or has tried this before.
Best regards
Can you provide the related documents of "working versions for Rpi" ? Maybe we can use this as the beginning.
here you go, this is novaspirits version of wolf m7m cpu miner V2 for RPi, i have tried to compile it for tinkerboard, but i dont know enough about it and ran into errors.
02-07-2018, 07:18 AM (This post was last modified: 03-02-2018, 03:03 AM by scorpiochang.)
Hi signum71
In my case:
1. ./autogen.sh
2../configure US_CPPFLAGS="-03" CFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a17 -mfpu=neon -mfloat-abi=hard -pipe -fomit-frame-pointer -fstack-protector-strong" CXXFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a17 -mfpu=neon -mfloat-abi=hard -pipe -fomit-frame-pointer -fstack-protector-strong"
3. I need to remove "-flto" from Makefile and m7/Makefile.
4. make
I can build it successfully. But i am not sure it can work or not.
Can you help to try it?
have a nice day.
02-08-2018, 08:32 AM (This post was last modified: 02-08-2018, 08:40 AM by signum71.)
you sir, are a genius. is there any method to the way you compiled this. i am trying to learn more about compiling for different architectures and i am wondering if i should just give up and its all voodoo magic or how you go about compiling for tinkerboard.
my next goal would be to follow the example of novaspirits gpu miner for mali. I got it running on tinkerboard too, but i wonder if i could compile other GPU miners for mali, since this one does not support the algorithms i would like to use.
(02-08-2018, 08:32 AM)signum71 Wrote: you sir, are a genius. is there any method to the way you compiled this. i am trying to learn more about compiling for different architectures and i am wondering if i should just give up and its all voodoo magic or how you go about compiling for tinkerboard.
my next goal would be to follow the example of novaspirits gpu miner for mali. I got it running on tinkerboard too, but i wonder if i could compile other GPU miners for mali, since this one does not support the algorithms i would like to use.
Hi i'm looking the same that you, but i'm a beginner on the Asus Tinker Board world, but not with the cryptocurrencies, so i try to compile the new version of the sgminer with cryptonight algoritm suppot but i can't because i have so much errors, but i leave the link to the github of the sgminer to see if someone here can help us.
on the tinkerboard, just dont forget to put a ./build.sh in the last command not like he has it as command ont he website, that does not work for me.
unfortunately, the cpu miner multi does not run as efficient and i only get hashrates of 6 kH/s instead of 10. it baffeling to me how i cannot seem to freaking compile the raspberry version of magi cpu miner v2 on the tinkerboard.
greetz,
Sig
Hi , I have also tried to install cpuminer-multi as following