Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <005101c04cf2$1aa85550$8435883e@ernest> From: "Ray Donnelly" To: "cygwin" 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 AT 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 AT sourceware DOT cygnus DOT com