Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン] ANI
by
8bitp
on 04/08/2014, 20:58:52 UTC
Hi DarkWolf

I'm very sorry to tell you, that i couldn't manage to compile the CPUMiner on a Windows XP 32Bit with MINGW32 installed Sad

I get always an error at the final "make" Command:
http://pastebin.com/BXCJ16dB

Could someone help me out of this? I think the error lays in the source code...


Just compile miner from https://github.com/Animecointeam/Anime-CPUMiner everything compile without problems. Probably you use gcc 4.8 instead gcc 4.6.
To save the time you can replace your MinGW with my and compile again: https://www.dropbox.com/s/m2bj4t3gyyjkjzh/MinGW.rar

My MinGW has all requared modules like libcurl, etc.

If you want to install MinGW from scratch and compile miner, remove your MinGW and start from this version:
http://sourceforge.net/projects/mingw/files/OldFiles/mingw-get-inst/mingw-get-inst-20120421/

Thank you very much testz!

I reinstalled MinGW and tried the whole compilation process again after adding the file system table ("fstab"-file) with "c:/mingw /mingw".
It was also necessary to add a new User variable in Windows: [Name:Path]-[Value:C:\MinGW\bin;C:\MinGW\msys\1.0\local\bin;C:\MinGW\msys\1.0\bin]
Nevertheless, I finally used the newest mingw-get-setup with the preinstalled gcc 4.8 for the compilation.
-> Conclusion: I really should have read the Getting Started Guide at the beginning and not at the end Cheesy

With this settings I could finally compile the cpu-miner which supports 32Bit Computer from here: https://github.com/Animecointeam/Anime-CPUMiner Cheesy

Download-Link: https://mega.co.nz/#!KV1FFYxJ!gMQlcjdMBrPPscYiTG-E-9NLKMsArAYp-UIQtHyrHY4

@DarkWolf: please tell me if it is working for you, thank you Smiley

BTW:
- there was a redefinition error while doing the "make". I fixed it with this changes in the "cpu-miner.c": https://mega.co.nz/#!zYdzmRrI!ruHzpe0jGqEB5-bMFgJPtS7kE8uYfAUy6ZLp9jGTfEI
- SSL support is leaking, because I was unable to compile the curl-config with it Embarrassed