-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross compiler issue aarch64-linux-gnu #74
Comments
I have never tried to manually cross compile. I usually setup gitian builder virtual machine and simply run gitian scripts: ./bin/gbuild -m 8000 -j 12 --commit emercoin=v0.7.2emc /home/evgenij/programming/c++/emercoin/contrib/gitian-descriptors/gitian-linux.yml And it will produce aarch64 files without any problems. You can study gitian-linux.yml to find out how it compiles aarch version, but I would personally recommended to just install gitian builder - it's much simpler. |
Or I can compile aarch64 binaries with gitian builder for you and upload them to source forge. And please note: we have not tested those versions yet, so I'm not sure if they can run without any issues. |
pm me sir on gmail. since im not much online now
updates~
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-vm-builder
…On Sun, Sep 23, 2018 at 4:52 AM Evgenij Merenkov ***@***.***> wrote:
Or I can compile aarch64 binaries with gitian builder for you and upload
them to source forge.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51tYzJ9onIqEDjuif-v9MVkQvqHgC9ks5udpT1gaJpZM4W1Ngl>
.
--
Nur1Labs©2010
______________________________
Site Info -> Here <https://nur1labs.com/>
AriA : amf8a9ondahtxisA3GWLK8jvhhjnNBR9bk
|
please provide an ARM linux version wallet. it is too hard to build one |
Ok, I will add arm version in next release on github. |
Did stable on Android compiler?
…On Tue, Dec 24, 2019, 19:12 EvgenijM86 ***@***.***> wrote:
Ok, I will add arm version in next release on github.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#74?email_source=notifications&email_token=ACXHLNPBMFPQEC2LKVGYF5TQ2H4BZA5CNFSM4FWU3AS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTDVHQ#issuecomment-568736414>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXHLNKUFQH7HYQ7R4L2E7DQ2H4BZANCNFSM4FWU3ASQ>
.
|
That'll be Fantastic! can you make 0.8 now that it's released? |
Sorry, I do not build ARM versions, since 0.7.12. I do not have native MAC, and cross-compiler does not work correctly. If you will able to build yourself, you're welcome, I will assist you with examples, how to build for Linux/Windows. |
That'd be very nice to have example, Thank you. it's for Raspberry Pi 3/4 and regular cross-compilations returns data format error |
OK. How to build portable compilation for Linux:
How to build cross-compilation for Windows with MinGW:
Start build depends:
Build failed on Qt. Edit file depends/work/build/x86_64-w64-mingw32/qt/5.9.8-4b53a20f283/qtbase/src/corelib/tools/qbytearraymatcher.h. Add here
|
tired wrote by rules
to the point not sure bug on aarch64-linux-gnu
error: toolset gcc initialization: error: provided command 'aarch64-linux-gnu-g++' not found and
arm-linux-gnueabihf-g++`funcs.mk:242: recipe for target '/root/coins/emercoin/depends/work/build/arm-linux-gnueabihf/boost/1_63_0-9f26f60002f/./.stamp_built' failed
make: *** [/root/coins/emercoin/depends/work/build/arm-linux-gnueabihf/boost/1_63_0-9f26f60002f/./.stamp_built] Error 1
`
The text was updated successfully, but these errors were encountered: