try to put convert.exe from ImageMagick to you theme dir for fix ImageMagick path ..

Can i suggest anyone with MINGW problems to use MSYS2?
After installed MSYS2, open its console (ie, D:\Msys2\Msys_??.bat) and give it "pacman -Syu base-devel"
be sure GCC and Make is chosen, or simply ENTER if do not care about it.
then you could "gcc -V" to take a look at its version.
Then add it to your path, as what you did with original MINGW.

1. Mingw32 for x86, Mingw64 or x64. Both supports.i use Msys/Mingw for my "regular" C/C++ programming on windows, what's the difference ?
I just compiled it I think successfully, it might be worth mentioning in the OP that after following steps you need to reboot for the noobs, like myselfAlso I get this error
make[1]: Entering directory `/c/Users/Kirsty/Downloads/Compressed/rxTools-master
/CakeHax'
make[1]: *** No rule to make target `bigpayload'. Stop.
make[1]: Leaving directory `/c/Users/Kirsty/Downloads/Compressed/rxTools-master/
CakeHax'
make: *** [rxTools.dat] Error 2
[EDIT] Also rxtools.bin is just 896KB, isn't it supposed to be 4MB?
Thanks, this is becoming less and less noob friendlyIt's because you didn't clone the git.
You just downloaded rxtools-master branch manually.
if you want to do it manually you have to enter in CakeHax folder on git and download the sources and the same thing to p3DS folder inside cakeHax folder.
Thanks, this is becoming less and less noob friendlyWish this could be ammended in the first post. Hint hint, @capito27
![]()

same, but if i can compile final version with new 3ds support ... i will be happyI'll just wait for the official 3.0 release with New3DS support.![]()
You don't. Even the rxtools readme clearly states that you build it with visual studio (free, and doesn't interfere with mingw or anything that I can tell). But you don't need to build it. The OP has a link to an older version that's already built and works fine.Did someone compiled armips on msys/mingw32 i tried all the day and still have the issues with to_wstring is not a member of std.
I know i need c++0x (or 11) the cmakelist is configured with -std=c++11 but i can't compile it myself.
Look in rxTools/tools. How many .exe files are there? There should be the same number as there are folders in rxTools/tools/toolsrc. If not, build all of them seperately and move the .exe files to rxTools/tools.I installed git, did git clone --recursive https://github.com/roxas75/rxTools.git, copied the resulting rxtools folder from C: to G: (kept the original folder in C: as a copy)
Then from G:\rxtools I did "Make" and got up to here:
...
reboot.bin
titlekey.bin
nat_patch.bin
agb_patch.bin
twl_patch.bin
make[1]: Entering directory `/g/rxTools/CakeHax'
arm-none-eabi-as -mcpu=mpcore -mlittle-endian -o build/mset_4x/arm11_tools.o so
urce/arm11_tools.s
make[1]: arm-none-eabi-as: Command not found
make[1]: *** [build/mset_4x/arm11_tools.o] Error 127
make[1]: Leaving directory `/g/rxTools/CakeHax'
make: *** [rxTools.dat] Error 2
My Path includes C:\Program Files\ImageMagick;c:\devkitPro\msys\bin;c:\MinGW\bin;.... ;C:\Program Files (x86)\Git\cmd
What is the problem?
I've included the whole output text for reference.
Swap it should be c:\MinGW\bin;.... ;c:\devkitPro\msys\bin;:\Program Files\ImageMagick;C:\Program Files (x86)\Git\cmd. Mostly likely not the exact order since i don't have your exact path here... But MinGw should be first, then all the dedvkitpro stuff and then the imagemagick stuff.I installed git, did git clone --recursive https://github.com/roxas75/rxTools.git, copied the resulting rxtools folder from C: to G: (kept the original folder in C: as a copy)
Then from G:\rxtools I did "Make" and got up to here:
...
reboot.bin
titlekey.bin
nat_patch.bin
agb_patch.bin
twl_patch.bin
make[1]: Entering directory `/g/rxTools/CakeHax'
arm-none-eabi-as -mcpu=mpcore -mlittle-endian -o build/mset_4x/arm11_tools.o so
urce/arm11_tools.s
make[1]: arm-none-eabi-as: Command not found
make[1]: *** [build/mset_4x/arm11_tools.o] Error 127
make[1]: Leaving directory `/g/rxTools/CakeHax'
make: *** [rxTools.dat] Error 2
My Path includes C:\Program Files\ImageMagick;c:\devkitPro\msys\bin;c:\MinGW\bin;.... ;C:\Program Files (x86)\Git\cmd
What is the problem?
I've included the whole output text for reference.

