silicontrip / SkyReader

A Skylander portal reader/editor/writer for OSX.
87 stars 55 forks source link

How do I compile the Makefile.mingw wit migwin? #42

Open eezalp opened 2 years ago

eezalp commented 2 years ago

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 commented 2 years ago

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).

silicontrip commented 1 year ago

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