NetBSD Problem Report #43883

From www@NetBSD.org  Thu Sep 16 06:29:57 2010
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 9BF4D63B96E
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 16 Sep 2010 06:29:57 +0000 (UTC)
Message-Id: <20100916062956.EC1C363B966@www.NetBSD.org>
Date: Thu, 16 Sep 2010 06:29:56 +0000 (UTC)
From: hetteh@life.pl
Reply-To: hetteh@life.pl
To: gnats-bugs@NetBSD.org
Subject: hpcboot-sh3.exe doesn't start on HP 620LX wince2.00 - fatals with FAE
X-Send-Pr-Version: www-1.0

>Number:         43883
>Category:       port-hpcsh
>Synopsis:       hpcboot-sh3.exe doesn't start on HP 620LX wince2.00 - fatals with FAE
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-hpcsh-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 16 06:30:05 +0000 2010
>Closed-Date:    Sun Jun 23 14:49:54 +0000 2024
>Last-Modified:  Tue Nov 12 23:13:56 +0000 2024
>Originator:     Krzysztof A. Suchecki
>Release:        hpcsh 5.02,  hpcsh 2.0
>Organization:
>Environment:
>Description:
hpcboot-sh3.exe fatals when started on HP 620LX WinCe 2.00 with msg:
------------------------
Fatal Application Error:
Application HPCBOOT.EXE has performed an illegal operation and will 
be shut down. If the problem persists, contact the program vendor.

Program: HPCBOOT.EXE
Exception: 0xc0000005
Address: 00000000
------------------------

Control Panel/System reports:
------------------------
Computer: Microsoft Windows CE Version 2.0 (Build 7258-7260)
(c) 1996-1997 Microsoft Corp. All rights reserved

System: Processor Type: Hitachi SH3
Memory: 16327 kB RAM



>How-To-Repeat:
Copy hpcboot-sh3.exe to HP 620LX or run it from inserted Compact Flash card.
>Fix:
Compile hpcboot-sh3.exe with wince 2.00 compiler, not with wince 2.11 compiler.

I suspect hpcboot-sh3.exe was compiled with eVC 3.0.
eVC 3.0 has compilers for wince 2.00, wince 2.11 but
full sdk available for free only for win 2.11 
(when you run eVB 3.0 you can't choose
wince 2.00 project - only wince 2.11 project). 

Unfortunately program compiled with wince 2.11 compiler doesn't start
on wince 2.00 (hp 620lx has wince 2.00). 

There is not full "plug-and-compile" sdk for wince 2.00 free available,
(you can only download for free incomplete version, full is paid for 
Visual C 6.0), but there is a fix for it: install sdk for wince 2.11,
and overwrite sdk headers with proper ones from incomplete wince 2.00 sdk, and overwite also compilers for wince 2.11 with compilers for wince 2.00 (fortunately eVC 3.0 has compilers for wince 2.00 if you dig in its directory).

Full description how to make eVC 3.0 compile for WinCE 2.00 is at:
http://www.pdagold.com/support/detail.asp?a=2


>Release-Note:

>Audit-Trail:
From: "Valeriy E. Ushakov" <uwe@stderr.spb.ru>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: install/43883: hpcboot-sh3.exe doesn't start on HP 620LX wince2.00 - fatals with FAE
Date: Thu, 16 Sep 2010 17:09:18 +0400

 There's a separate hpcboot200.exe compiled specifically for WinCE 2.00.
 Have you tried it?

 -uwe

Responsible-Changed-From-To: install-manager->port-hpcsh-maintainer
Responsible-Changed-By: uwe@NetBSD.org
Responsible-Changed-When: Thu, 16 Sep 2010 13:14:33 +0000
Responsible-Changed-Why:
Categorize properly.


State-Changed-From-To: open->feedback
State-Changed-By: andvar@NetBSD.org
State-Changed-When: Tue, 04 Jun 2024 08:51:00 +0000
State-Changed-Why:
feedback requested

From: Andrius V <vezhlys@gmail.com>
To: gnats-bugs@netbsd.org
Cc: hetteh@life.pl
Subject: Re: install/43883: hpcboot-sh3.exe doesn't start on HP 620LX
 wince2.00 - fatals with FAE
Date: Tue, 4 Jun 2024 11:50:28 +0300

 On Thu, Sep 16, 2010 at 4:12=E2=80=AFPM Valeriy E. Ushakov <uwe@stderr.spb.=
 ru> wrote:
 >
 > The following reply was made to PR install/43883; it has been noted by GN=
 ATS.
 >
 > From: "Valeriy E. Ushakov" <uwe@stderr.spb.ru>
 > To: gnats-bugs@NetBSD.org
 > Cc:
 > Subject: Re: install/43883: hpcboot-sh3.exe doesn't start on HP 620LX win=
 ce2.00 - fatals with FAE
 > Date: Thu, 16 Sep 2010 17:09:18 +0400
 >
 >  There's a separate hpcboot200.exe compiled specifically for WinCE 2.00.
 >  Have you tried it?
 >
 >  -uwe
 >

 Hi,

 I successfully booted 620LX using file hpcboot200.exe.uue which is
 build for WinCE 2.0
 It can be found here:
 https://nxr.netbsd.org/xref/src/sys/arch/hpc/stand/binary/SH3/hpcboot200.ex=
 e.uue
 and needs to be decoded using command `uudecode -o hpcboot.exe
 hpcboot200.exe.uue'

 Please try if you still have hardware!

 Ideally we should likely have decoded version available for download
 too, but that's a separate story.
 If you need a decoded one, I can send it to you personally.

 Thanks!

 Regards,
 Andrius V

State-Changed-From-To: feedback->closed
State-Changed-By: andvar@NetBSD.org
State-Changed-When: Sun, 23 Jun 2024 14:49:54 +0000
State-Changed-Why:
feedback timeout. boot works with appropriate binary.

From: Hth <hetteh@life.pl>
To: gnats-bugs@netbsd.org, Andrius V <vezhlys@gmail.com>,
	port-hpcsh-maintainer@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Cc: 
Subject: Re: install/43883: hpcboot-sh3.exe doesn't start on HP 620LX
 wince2.00 - fatals with FAE
Date: Tue, 12 Nov 2024 16:52:32 +0100 (CET)

 thanks for info. unfortunately i don't have hp620lx anymore...


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2024 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.