This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Porting apps newbie help required.


Hi,

I've been looking into porting some source code (http://psxdev.de) to
cygwin. I'm currently trying to get an io driver working for communication
with sony playstations.

The Makefile contains the following two lines...

KERNEL=/usr/src/linux

include $(KERNEL)/Rules.make

I was wondering if you knew what I should have instead. Also, the makefile
references a linux program called alias, what is this? Here's the output of
trying to install it..

root@ERNEST /usr/src/psxdev-core-2.0.0
 $ ./install /opt/psxdev
 install: /etc/profile.d/psxdev.sh: No such file or directory
 alias: not found
 make: Entering directory `/opt/psxdev/pccl'
 Makefile:88: /usr/src/linux/Rules.make: No such file or directory
 make: *** No rule to make target `/usr/src/linux/Rules.make'.  Stop.
 make: Leaving directory `/opt/psxdev/pccl'

Also, what should I do about c files including kernel.h, what's the
replacement for this?



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]