Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eezalp opened this issue Sep 4, 2022 · 2 comments
Open

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

eezalp opened this issue Sep 4, 2022 · 2 comments

Comments

@eezalp
Copy link

eezalp commented Sep 4, 2022

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
Copy link
Author

eezalp commented Sep 4, 2022

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants