You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: