Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - wigyori

#1
Hi,

I had this question on IRC - probably the wider audience can help here. I'm trying to forward-port the 5dc platform. Got a few of the source files to compile, but for some reason it looks like the stubs are not pulled in or get defined.

../../platform/5DC.111/gui.c:99:25: error: implicit declaration of function 'unknown_gui_function' [-Werror=implicit-function-declaration] unknown_gui_function( MEM(0x1BD4), event->param );

The unknown_gui_function does exist in stubs.S. In the last working 5dc checkout (back from 2013) this and similar functions are not defined in any header file - so the question is that how are the functions in the stubs get declared?

Thanks,
-w-
#2
Hi all,

Do you accept pull requests for unmaintained (f.e. this very 40D) platforms? Instead of someone hacking on his/her own and later possibly dropping the whole thing for losing interest, or for not able to finish it, without telling anyone how far he/she got, it could make sense.

Thanks,
-w-