Page 1 of 1

Compiling problems with _sio_control.

Posted: February 5th, 2017, 1:35 am
by oli.exe
Hey guys,
First, I am Oli - a new guy here, been pretty active in PSP homebrew scene and started lurking here and all around good old playstation development for more than year and finally decided to hop on it and register ;)

I have a bit of a trouble compiling Jihad's SEND.EXE and few serial samples from psyq since I want to experiment a little bit with my new psxserial -> usb cable I made yesterday. Always ends up with the same problem:
Image
Running on Win XP, with fresh psyq downloaded from here.

what am I missing ? I will appreciate any help :)
thanks.

Re: Compiling problems with _sio_control.

Posted: February 5th, 2017, 3:23 am
by Shadow
Looks like you're missing a file or something isn't defined correctly.
It could also be that you require libcomb.lib and libcomb.h.

Re: Compiling problems with _sio_control.

Posted: February 5th, 2017, 3:32 am
by oli.exe
Matt wrote:Looks like you're missing a file or something isn't defined correctly.
It could also be that you require libcomb.lib and libcomb.h.
Thanks :)
But libcomb.lib, libcomb.h seems to be in place. Makefile is the one supplied with the examples.
Any other ideas ?

EDIT: Got that fixed, my psyq.ini config file was indeed not configured as it should. Sorry about the post.

Re: Compiling problems with _sio_control.

Posted: February 5th, 2017, 3:48 am
by Shadow
oli.exe wrote:
Matt wrote:Looks like you're missing a file or something isn't defined correctly.
It could also be that you require libcomb.lib and libcomb.h.
EDIT: Got that fixed, my psyq.ini config file was indeed not configured as it should. Sorry about the post.
Ah yeah, that would do it :)
No problem at all!

As a note, another way to fix it without editing PSYQ.INI is to just add -LLIBCOMB.LIB to your MAKEFILE.
Of course, you'd need to copy the LIB to your working directory otherwise it will fail to locate it.