SkyReader icon indicating copy to clipboard operation
SkyReader copied to clipboard

How do I compile the Makefile.mingw wit migwin?

Open eezalp opened this issue 2 years ago • 2 comments

I used the command in the file and I get this message: g++ -g checksum.o fileio.o md5.o rijndael.o crypt.o skylander.o toynames.o main.o hid.o portalio_hidapi.o -static -static-libgcc -static-libstdc++ -lsetupapi -o bin\editor c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot open output file bin\editor.exe: No such file or directory collect2.exe: error: ld returned 1 exit status Makefile.mingw:16: recipe for target 'editor' failed mingw32-make: *** [editor] Error 1 In another issue I saw someone else get this message but they never got a responce. What am I doing wrong?

eezalp avatar Sep 04 '22 18:09 eezalp

I have tried using the editor.zip that dragoonlord82 was giving out but that didn't work, It probably didn't work because im using an xbox 360 portal but im not sure. If skyReader isn't going to work with an xbox 360 portal is there any way I can communicate with the portal through libusb, all i want to be able to do is read the name or some unique part of a skylander to send an input (within a python script).

eezalp avatar Sep 04 '22 20:09 eezalp

The error is saying that it cannot find collect2.exe. Is that part of Mingw?

silicontrip avatar Sep 11 '22 08:09 silicontrip