delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/07/09/01:51:10

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; q=dns; s=default; b=p2QriRY93OxDVaPQ
gwuIrVWq6fzHsq/lms0JPxLVFoGUbvgtZU5mmU6M8Sl3ot5hiRY1RCCd00GWzUM5
iQGaxertw8lSyy7larQHqsBLj9N6L8dlkX/Po112iD/rhcLI4NZbLEmX+2jsswD6
F69HTDsfaOBfYydnLh509k+1sz4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; s=default; bh=GhINR9siotxW3n9W4qz8Qe
DEvEc=; b=tYALPwgmNecm/q2rCGrIudCuv0tDxcsAZa3wOF2qJAgyFzjPFc1g7l
QLSocleRXjNmofwTqBO57bQYcuTDlDmOCBj0+ELoUTHT1WgYAbcVtMiRA3zkN8U9
AatQBTZJNJLKOQbMLgMnKtnm9hIeylzaL2klpzUWJ7zaGyBk50Q7Q=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
MIME-Version: 1.0
X-Received: by 10.14.88.193 with SMTP id a41mr27976841eef.151.1373349033324; Mon, 08 Jul 2013 22:50:33 -0700 (PDT)
In-Reply-To: <51BFD110.80308@gmail.com>
References: <CALgEz7oHDpP+nBzVBgnBtzwGAgkR0GDWkjDG5kVFQu0Q9HCR9g AT mail DOT gmail DOT com> <51BF664C DOT 5000105 AT gmail DOT com> <CALgEz7p8+yxuFN12fxeqmqpisaExLCNgG9HKLLO2m=8sJaCdWQ AT mail DOT gmail DOT com> <51BFD110 DOT 80308 AT gmail DOT com>
Date: Mon, 8 Jul 2013 22:50:33 -0700
Message-ID: <CALgEz7rP2Mk4yUGyynrzi5aCnCF6bA63sZ8bJppYVM8fgMn8Tw@mail.gmail.com>
Subject: Re: cyginw64 ioperm package
From: Balaji Venkataraman <balaji DOT s DOT venkataraman AT gmail DOT com>
To: Cygwin <cygwin AT cygwin DOT com>
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r695oubm010761

>> On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri  wrote:
>>
>>
>>> as the 32 bit package is orphaned, we need a volunteer to take over.

I tried building the 32bit version of ioperm on Windows 7 x64 and
after getting past a few initial hurdles, make fails as below:

Making all in admin
make[1]: Entering directory `/usr/src/ioperm-0.4/admin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ioperm-0.4/admin'
Making all in driver
make[1]: Entering directory `/usr/src/ioperm-0.4/driver'
gcc -Wall -I/usr/include/w32api/ddk -c ./ioperm.c -o ioperm.o
./ioperm.c:48:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386IoSetAccessProcess’
./ioperm.c:49:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386QueryIoAccessMap’
./ioperm.c:50:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386SetIoAccessMap’
./ioperm.c:53:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_unload’
./ioperm.c:63:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_dispatch_create’
./ioperm.c:77:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_dispatch_device_control’
./ioperm.c:182:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘DriverEntry’
Makefile:341: recipe for target `ioperm.o' failed
make[1]: *** [ioperm.o] Error 1
make[1]: Leaving directory `/usr/src/ioperm-0.4/driver'
Makefile:238: recipe for target `all-recursive' failed
make: *** [all-recursive] Error 1

I found a few relevant threads[1,2], which did give me some background
but I'm still fairly lost. This[3] had me further puzzled. Having no
background with ddk or Windows drivers etc., I would appreciate any
pointers from the more knowledgeable folks out there.

Thanks,
Balaji

[1] http://cygwin.com/ml/cygwin/2013-04/msg00116.html
[2] http://cygwin.com/ml/cygwin/2011-08/msg00330.html
[3] https://groups.google.com/forum/#!topic/microsoft.public.windows.64bit.general/wkAETs4zidw

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019