Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <005101c04cf2$1aa85550$8435883e@ernest>
From: "Ray Donnelly" <raydonnelly@chorltonhome.freeserve.co.uk>
To: "cygwin" <cygwin@sources.redhat.com>
Subject: Porting apps newbie help required.
Date: Sun, 12 Nov 2000 13:47:05 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

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

