Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 970. (Read 2375939 times)

legendary
Activity: 1750
Merit: 1005
Also sent some XMG already just as gesture and because i like this. People helping eachother!! Well done guys! Smiley
legendary
Activity: 1120
Merit: 1004
It finally worked ! Withouth the best community of all times, I could never have achieved this. So thank you, the Magi community...

Glad that everything finally worked out, Erkallys! Congratulations on your successful compile!

Also, digibob00,

I would highly suggest that you wrap all your file changes and commands in the
blocks that WordPress will format for you. That probably goes for your mining guides as well, but I didn't take the time to look at them.

As it stands, it's hard to differentiate between the text you want people to add and what you're typing as directions (hence the "goto" issue). After adding the code and pre tags around your paragraphs, it was much easier on the eyes: http://i.imgur.com/F5hgjM7.png.

PM you your address so I could send you your reward !
full member
Activity: 206
Merit: 100
It finally worked ! Withouth the best community of all times, I could never have achieved this. So thank you, the Magi community...

Glad that everything finally worked out, Erkallys! Congratulations on your successful compile!

Also, digibob00,

I highly suggest that you wrap all your file changes and commands in the
blocks that WordPress will format for you. That probably goes for your mining guides as well, but I didn't take the time to look at them.

As it stands, it's hard to differentiate between the text you want people to add and what you're typing as directions (hence the "goto" issue). After adding the code and pre tags around your paragraphs, it was much easier on the eyes: http://i.imgur.com/F5hgjM7.png.
legendary
Activity: 1750
Merit: 1005
Woohoo, I have voted for Magi just seconds ago Cheesy
Now Magi have 41 votes (that's 6.1%, let's targeting 10%) Cool

Voted XMG has has 45 votes now  6.6%
Its good,but we can do better than that Wink


Magi has also some votes from newbies. They can not vote yet in the poll!
Should be awesome if Magi could pass Darkcoin! Smiley
legendary
Activity: 1120
Merit: 1004
It finally worked ! Withouth the best community of all times, I could never have achieved this. So thank you, the Magi community and especially thank you joeloe, 111magic, digibob00 and feldenthorne. I'll send you 10% of my first 100 stacks. You're the bests  Wink !!!
member
Activity: 176
Merit: 10
full member
Activity: 206
Merit: 100
I haven't tried to USE_UNPNP, I'm currently trying to biuld the QT after writing this in the Terminal. If it fails, I'll try "sudo apt-get install libminiupnpc-dev".
Alright - let me know how it turns out. Thinking ahead, if you later try installing libminiupnpc-dev and it fails, I can think of two options:

1) Upgrade your distribution, which will put you on the bleeding-edge Linux release:
Code:
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install libminiupnpc-dev
This might be a good option because digibob00 isn't having issues and he might be running a newer Raspbian release than you. I would assume that he can download it because they didn't backport libminiupnpc-dev... or something. On the negative side, you might end up having a less stable overall system because newer releases mean less testing. That choice is yours.

2) Build without UPNP:
Code:
qmake "USE_UPNP=-"
make
This has the chance of slowing down the wallet's connection to the Magi network, but you won't have to jump through hoops to get UPNP support up and running. If you try this method and the qt-makefile isn't working correctly, though, I'll guide you through removing the "-DUSE_UPNP=1" flag from the Makefile that qmake generates. (Or, alternatively, you can just use the Find function in whatever text editor your Raspberry Pi 2 has and remove all instances of -DUSE_UPNP=1 yourself.)
legendary
Activity: 1120
Merit: 1004
Apparently I'm building the QT. The "make" command is running for a certain time now, so I think it is working. But the line "something" is deprecated for ARM6 "something" ARM7. Is it normal ? Also, are you French ?
...
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:1292: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1

I'm not French, but I do speak and read it fairly fluently. Textbook French anyway - slang and computer terms are usually a bit beyond me.

Deprecated stuff is fine - it means something needs to be changed eventually because it is being phased out, but that it is still supported.

And you're still having issues with miniupnpc - did you try running qmake with the following command:
Code:
qmake "USE_UPNP=-"
If you did... we're probably going to have to find you a working libminiupnpc, compile one, or fix the qt-makefile on GitHub... because using that option should disable it completely during compilation.

Edit: wait - did you type this into the terminal? You should be able to compile if you did.
Code:
sudo apt-get install libminiupnpc-dev
If you definitely have downloaded it, restart your Pi and see if it works.

I haven't tried to USE_UNPNP, I'm currently trying to biuld the QT after writing this in the Terminal. If it fails, I'll try "sudo apt-get install libminiupnpc-dev".
full member
Activity: 206
Merit: 100
Apparently I'm building the QT. The "make" command is running for a certain time now, so I think it is working. But the line "something" is deprecated for ARM6 "something" ARM7. Is it normal ? Also, are you French ?
...
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:1292: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1

I'm not French, but I do speak and read it fairly fluently. Textbook French anyway - slang and computer terms are usually a bit beyond me.

Deprecated stuff is fine - it means something needs to be changed eventually because it is being phased out, but that it is still supported.

And you're still having issues with miniupnpc - did you try running qmake with the following command:
Code:
qmake "USE_UPNP=-"
If you did... we're probably going to have to find you a working libminiupnpc, compile one, or fix the qt-makefile on GitHub... because using that option should disable it completely during compilation.

Edit: wait - did you type this into the terminal? You should be able to compile if you did.
Code:
sudo apt-get install libminiupnpc-dev
If you definitely have downloaded it, restart your Pi and see if it works.
legendary
Activity: 1120
Merit: 1004
I've updated all trice. I don't need to edit the magi-qt.pro after I've deleted Magi ?

C'est correct.
You're good just downloading the source from GitHub, if you want to be lazy.

The changes that digibob00 suggests in his build instructions add a bunch of processor-specific flags here: https://github.com/magi-project/magi/blob/f1af2b0dc72f4f2251bd040744681cfe60c6a84c/magi-qt.pro#L132-134.

If you want to repeat what he does exactly in his guide, you would paste this over the highlighted lines:
Code:
!equals($$QMAKE_HOST.arch, armv7l) {
    message(FOUND host = $$QMAKE_HOST.arch)
    QMAKE_CXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
    QMAKE_CFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
}

But, again, you shouldn't need any changes for it to build properly.

EDIT: You don't need to add "goto", to makefile.unix, either. His changes start at the "ifeq".

Apparently I'm building the QT. The "make" command is running for a certain time now, so I think it is working. But the line "something" is deprecated for ARM6 "something" ARM7. Is it normal ? Also, are you French ?

The "make" did that :

pi@raspberrypi ~/magi $ make
cd /home/pi/magi; /bin/sh share/genbuild.sh /home/pi/magi/build/build.h
/usr/bin/uic-qt4 src/qt/forms/coincontroldialog.ui -o build/ui_coincontroldialog.h
/usr/bin/uic-qt4 src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h
/usr/bin/uic-qt4 src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h
/usr/bin/uic-qt4 src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h
/usr/bin/uic-qt4 src/qt/forms/aboutdialog.ui -o build/ui_aboutdialog.h
/usr/bin/uic-qt4 src/qt/forms/editaddressdialog.ui -o build/ui_editaddressdialog.h
/usr/bin/uic-qt4 src/qt/forms/transactiondescdialog.ui -o build/ui_transactiondescdialog.h
/usr/bin/uic-qt4 src/qt/forms/overviewpage.ui -o build/ui_overviewpage.h
src/qt/forms/overviewpage.ui: Warning: The name 'label_6' (QLabel) is already in use, defaulting to 'label_61'.
/usr/bin/uic-qt4 src/qt/forms/sendcoinsentry.ui -o build/ui_sendcoinsentry.h
/usr/bin/uic-qt4 src/qt/forms/askpassphrasedialog.ui -o build/ui_askpassphrasedialog.h
/usr/bin/uic-qt4 src/qt/forms/rpcconsole.ui -o build/ui_rpcconsole.h
/usr/bin/uic-qt4 src/qt/forms/optionsdialog.ui -o build/ui_optionsdialog.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:6413: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6423: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6440: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoingui.o src/qt/bitcoingui.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:2251: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2260: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2277: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2326: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2335: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2352: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13596: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13605: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13622: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13729: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13739: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13756: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13966: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13975: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13992: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:14099: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:14109: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:14126: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/transactiontablemodel.o src/qt/transactiontablemodel.cpp
src/qt/transactiontablemodel.cpp: In member function ‘QVariant TransactionTableModel::txAddressDecoration(const TransactionRecord*) const’:
src/qt/transactiontablemodel.cpp:379:10: warning: unused variable ‘dd’ [-Wunused-variable]
{entrée standard}: Messages de l'assembleur:
{entrée standard}:5834: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5844: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5861: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5922: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5931: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5948: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6388: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6397: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6414: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6725: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6734: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6751: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:4532: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4542: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4559: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4620: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4629: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4646: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5086: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5095: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5112: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5423: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5432: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5449: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/optionsdialog.o src/qt/optionsdialog.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:7090: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7099: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7116: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7165: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7174: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7191: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8704: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8714: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8731: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8828: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8837: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:8854: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9147: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9156: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9173: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/coincontroldialog.o src/qt/coincontroldialog.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:9682: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9692: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9709: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9770: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9779: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9796: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9965: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9974: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:9991: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:10284: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:10293: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:10310: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/coincontroltreewidget.o src/qt/coincontroltreewidget.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/addressbookpage.o src/qt/addressbookpage.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:5450: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5460: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5477: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5538: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5547: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5564: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5663: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5672: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5689: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5824: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5833: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5850: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6143: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6152: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6169: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/signverifymessagedialog.o src/qt/signverifymessagedialog.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:6429: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6439: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6456: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6517: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6526: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6543: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6712: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6721: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6738: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7031: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7040: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7057: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/aboutdialog.o src/qt/aboutdialog.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/editaddressdialog.o src/qt/editaddressdialog.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoinaddressvalidator.o src/qt/bitcoinaddressvalidator.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/alert.o src/alert.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:4131: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4141: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4158: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13662: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13671: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:13688: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:16203: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:16212: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:16229: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/version.o src/version.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/sync.o src/sync.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:865: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:874: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:891: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:940: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:949: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:966: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1741: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1750: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1767: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1816: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1825: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1842: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1948: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1957: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:1974: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2081: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2091: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2108: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2318: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2327: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2344: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2451: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2461: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:2478: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/util.o src/util.cpp
src/util.cpp: In function ‘long int hex2long(const char*)’:
src/util.cpp:496:43: warning: array subscript has type ‘char’ [-Wchar-subscripts]
{entrée standard}: Messages de l'assembleur:
{entrée standard}:7374: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7384: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7401: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/hash.o src/hash.cpp
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/netbase.o src/netbase.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:6242: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6252: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6269: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6330: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6339: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6356: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6455: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6464: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6481: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7296: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7305: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7322: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7615: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7624: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:7641: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/key.o src/key.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:4029: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4039: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4056: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4117: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4126: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4143: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4621: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4630: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4647: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4940: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4949: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4966: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/script.o src/script.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:4989: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:4999: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5016: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5077: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5086: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5103: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5959: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5968: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:5985: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6296: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6305: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:6322: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
Yg++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/main.o src/main.cpp
src/main.cpp: In function ‘CBlock* CreateNewBlock(CWallet*, bool)’:
src/main.cpp:4558:89: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat]
src/main.cpp:4571:90: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat]
src/magimath.h: In function ‘double exp_n2(double, double)’:
src/magimath.h:46:1: warning: control reaches end of non-void function [-Wreturn-type]
{entrée standard}: Messages de l'assembleur:
{entrée standard}:20678: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:20688: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:20705: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
"g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/init.o src/init.cpp
{entrée standard}: Messages de l'assembleur:
{entrée standard}:10365: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:10375: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:10392: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:36582: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:36591: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:36608: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:37936: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:37945: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:37962: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:49244: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
{entrée standard}:49253: Avertissement: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/net.o src/net.cpp
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:1292: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1
full member
Activity: 206
Merit: 100
I've updated all trice. I don't need to edit the magi-qt.pro after I've deleted Magi ?

C'est correct.
You're good just downloading the source from GitHub, if you want to be lazy.

The changes that digibob00 suggests in his build instructions add a bunch of processor-specific flags here: https://github.com/magi-project/magi/blob/f1af2b0dc72f4f2251bd040744681cfe60c6a84c/magi-qt.pro#L132-134.

If you want to repeat what he does exactly in his guide, you would paste this over the highlighted lines:
Code:
!equals($$QMAKE_HOST.arch, armv7l) {
    message(FOUND host = $$QMAKE_HOST.arch)
    QMAKE_CXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
    QMAKE_CFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
}

But, again, you shouldn't need any changes for it to build properly.

EDIT: You don't need to add "goto", to makefile.unix, either. His changes start at the "ifeq".
legendary
Activity: 1120
Merit: 1004
The problem is that I have magid and magi-qt but when I open them nothing happens.

ls -asl /home/pi/.magi

What u see?

(maybe better in PVT)

pi@raspberrypi ~ $ ls -asl /home/pi/.magi
total 112
 4 drwxr-xr-x  3 pi pi  4096 mars  16 12:01 .
 4 drwxr-xr-x 19 pi pi  4096 mars  16 12:12 ..
 4 -rw-------  1 pi pi   233 mars  16 12:01 blk0001.dat
16 -rw-------  1 pi pi 16384 mars  16 12:01 blkindex.dat
 4 drwx------  2 pi pi  4096 mars  16 12:01 database
 0 -rw-------  1 pi pi     0 mars  16 12:01 db.log
 8 -rw-------  1 pi pi  6286 mars  16 12:01 debug.log
 0 -rw-------  1 pi pi     0 mars  16 12:01 .lock
 4 -rw-------  1 pi pi  1106 mars  16 12:01 peers.dat
68 -rw-------  1 pi pi 69632 mars  16 12:01 wallet.dat

When I type "qmake" it says me :

pi@raspberrypi ~/magi $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets/home/pi/magi/magi-qt.pro:448: Unterminated conditional block at end of file
Error processing project file: /home/pi/magi/magi-qt.pro

tail -f /home/pi/.magi/debug.log   <--- to see what happen.

You edited /home/pi/magi/magi-qt.pro ?

Why "Unterminated conditional block at end of file"?

Try to re-download the full source code

Regards



This happens :
GetMyExternalIP() returned 109.28.172.206
AddLocal(109.28.172.206:8233,5)
wallet.dat closed
DBFlush(false) ended            2135ms
StopNode()
Flushed 0 addresses to peers.dat  1022ms
Flush(true)
DBFlush(true) ended               0ms
Magi exited


Also I've edited the file but : I don't know if I need to  put the "goto". This is, at the end ( the wrong place maybe ?), what I've added :

!equals($$QMAKE_HOST.arch, armv7l) {
message(FOUND host = $$QMAKE_HOST.arch)

!equals($$QMAKE_HOST.arch, armv7l) {
message(FOUND host = $$QMAKE_HOST.arch)

QMAKE_CXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
QMAKE_CFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard

No, I don't use the Raspbian image, I took NOOBS (because I'm a noob on Linux, it's well-name Wink). There is no problem if I took this ? Also I get :
pi@raspberrypi ~ $ sudo apt-get install libminiupnpc-dev libminiupnpc
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libminiupnpc (Impossible to find the libminiupnpc package in English)

The NOOBS image is still Raspbian.

For a full update, as it has already been mentioned, the following should work in a terminal:
Code:
sudo apt-get update
sudo apt-get upgrade

I would recommend deleting the source from my GitHub and building with the official source, now that my changes are in the official repo. Once you have deleted the old source folder (either in a file manager or the terminal with "rm -rf magi"), you can follow the instructions below to download the source again (which should clear up the magi-qt.pro issue):
Code:
git clone https://github.com/magi-project/magi
cd magi
qmake
make

If you don't mind having a slower connection to the network, you can build the wallet without UPNP support since you apparently(?) don't have a repository for libminiupnpc (if you're comfortable with port-forwarding in your router settings, there should be no difference). To do so, you can replace the qmake command with:
Code:
qmake "USE_UPNP=-"

I've updated all trice. I don't need to edit the magi-qt.pro after I've deleted Magi ?
full member
Activity: 206
Merit: 100
No, I don't use the Raspbian image, I took NOOBS (because I'm a noob on Linux, it's well-name Wink). There is no problem if I took this ? Also I get :
pi@raspberrypi ~ $ sudo apt-get install libminiupnpc-dev libminiupnpc
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances      
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libminiupnpc (Impossible to find the libminiupnpc package in English)

The NOOBS image is still Raspbian.

For a full update, as it has already been mentioned, the following should work in a terminal:
Code:
sudo apt-get update
sudo apt-get upgrade

I would recommend deleting the source from my GitHub and building with the official source, now that my changes are in the official repo. Once you have deleted the old source folder (either in a file manager or the terminal with "rm -rf magi"), you can follow the instructions below to download the source again (which should clear up the magi-qt.pro issue):
Code:
git clone https://github.com/magi-project/magi
cd magi
qmake
make

If you don't mind having a slower connection to the network, you can build the wallet without UPNP support since you apparently(?) don't have a repository for libminiupnpc (if you're comfortable with port-forwarding in your router settings, there should be no difference). To do so, you can replace the qmake command with:
Code:
qmake "USE_UPNP=-"
legendary
Activity: 1120
Merit: 1004
Hi you all,

I told that i was making a vid for XMG, but im to busy to make it in time so i withdraw from the contest.
Ill make some vid`s thats for sure, but if i make them then it must be good or higher coz XMG deserve only the best.

Mine should be translated Wednesday.
hero member
Activity: 575
Merit: 502
Hi you all,

I told that i was making a vid for XMG, but im to busy to make it in time so i withdraw from the contest.
Ill make some vid`s thats for sure, but if i make them then it must be good or higher coz XMG deserve only the best.
member
Activity: 176
Merit: 10
The problem is that I have magid and magi-qt but when I open them nothing happens.

ls -asl /home/pi/.magi

What u see?

(maybe better in PVT)

pi@raspberrypi ~ $ ls -asl /home/pi/.magi
total 112
 4 drwxr-xr-x  3 pi pi  4096 mars  16 12:01 .
 4 drwxr-xr-x 19 pi pi  4096 mars  16 12:12 ..
 4 -rw-------  1 pi pi   233 mars  16 12:01 blk0001.dat
16 -rw-------  1 pi pi 16384 mars  16 12:01 blkindex.dat
 4 drwx------  2 pi pi  4096 mars  16 12:01 database
 0 -rw-------  1 pi pi     0 mars  16 12:01 db.log
 8 -rw-------  1 pi pi  6286 mars  16 12:01 debug.log
 0 -rw-------  1 pi pi     0 mars  16 12:01 .lock
 4 -rw-------  1 pi pi  1106 mars  16 12:01 peers.dat
68 -rw-------  1 pi pi 69632 mars  16 12:01 wallet.dat

When I type "qmake" it says me :

pi@raspberrypi ~/magi $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets/home/pi/magi/magi-qt.pro:448: Unterminated conditional block at end of file
Error processing project file: /home/pi/magi/magi-qt.pro

tail -f /home/pi/.magi/debug.log   <--- to see what happen.

You edited /home/pi/magi/magi-qt.pro ?

Why "Unterminated conditional block at end of file"?

Try to re-download the full source code

Regards

legendary
Activity: 1120
Merit: 1004
The problem is that I have magid and magi-qt but when I open them nothing happens.

ls -asl /home/pi/.magi

What u see?

(maybe better in PVT)

pi@raspberrypi ~ $ ls -asl /home/pi/.magi
total 112
 4 drwxr-xr-x  3 pi pi  4096 mars  16 12:01 .
 4 drwxr-xr-x 19 pi pi  4096 mars  16 12:12 ..
 4 -rw-------  1 pi pi   233 mars  16 12:01 blk0001.dat
16 -rw-------  1 pi pi 16384 mars  16 12:01 blkindex.dat
 4 drwx------  2 pi pi  4096 mars  16 12:01 database
 0 -rw-------  1 pi pi     0 mars  16 12:01 db.log
 8 -rw-------  1 pi pi  6286 mars  16 12:01 debug.log
 0 -rw-------  1 pi pi     0 mars  16 12:01 .lock
 4 -rw-------  1 pi pi  1106 mars  16 12:01 peers.dat
68 -rw-------  1 pi pi 69632 mars  16 12:01 wallet.dat

When I type "qmake" it says me :

pi@raspberrypi ~/magi $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets/home/pi/magi/magi-qt.pro:448: Unterminated conditional block at end of file
Error processing project file: /home/pi/magi/magi-qt.pro
member
Activity: 176
Merit: 10
The problem is that I have magid and magi-qt but when I open them nothing happens.

ls -asl /home/pi/.magi

What u see?

(maybe better in PVT)
legendary
Activity: 1120
Merit: 1004
The problem is that I have magid and magi-qt but when I open them nothing happens.

Also :
pi@raspberrypi ~ $ ./magi/src/makefile.unix
bash: ./magi/src/makefile.unix: Permission non accordée


pi@raspberrypi ~ $ cd magi
pi@raspberrypi ~/magi $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgetspi@raspberrypi ~/magi $ make
cd /home/pi/magi; /bin/sh share/genbuild.sh /home/pi/magi/build/build.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/net.o src/net.cpp
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:1297: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1
member
Activity: 176
Merit: 10
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free

and compile again...

dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
dd: ouverture de (open of in English) « /var/swap.img »: Permission non accordée (Access denied in English)

It will never work Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

I hope. Linux is definitely tricky !

Hi erkallys,

this night i'm building a guide for you and also precompiled binary.

You can mine with Pi2 following this guide http://raspi2miner.is-great.org/xmg-magi-coin-rpi2-optimized/ or this one with overclock http://raspi2miner.is-great.org/xmg-with-rpi2-new-mine-speed-record/

Regards

Hi erkallys,

as promised here the guide http://raspi2miner.is-great.org/build-magi-xmg-wallet-on-raspberry-pi-2/

Tomorrow the same for Qt wallet version (it compile but i've to sleep now :-) )

Regards


Thank you Wink ! I'll look !

Edit :
pi@raspberrypi ~ $ sudo apt-get libgmp-dev libcurl4-openssl-dev libjansson-dev
E: L'opération libgmp-dev n'est pas valable (The libgmp-dev operation is not valid in English) it put me this for libcurl4-openssl-dev and libjansson-dev.

Hi erkallys,

check that you use raspbian image from http://www.raspberrypi.org/downloads/ and
- sudo apt-get update
- sudo apt-get upgrade

After you can install gmplibrary with sudo apt-get install libgmp-dev

Regards

No, I don't use the Raspbian image, I took NOOBS (because I'm a noob on Linux, it's well-name Wink). There is no problem if I took this ?

Hi erkallys,

Here the promised version http://raspi2miner.is-great.org/build-magi-qt-wallet-for-raspberry-pi-2/

I'm not using NOOBS image, but i can check.

Or if u prefer, try the binary version of Qt wallet on my site,and maybe you're ok.

Regards
Jump to: