Re: Error when running hello world

From: Dean Ramsier (ramsiernospam_at_nospam.com)
Date: 05/28/04


Date: Fri, 28 May 2004 12:20:19 -0400

Missing ordinals generally means your sysgen is not correct. In this case,
it looks like your retail and debug trees aren't sysgened the same way.
Depending on how you do your builds (command line, PB IDE etc) this can
sometimes occur if you're not careful. Delete your entire cessygen tree and
start over, making sure to include whatever OS component brings in the
ordinals you're looking for.

-- 
Dean Ramsier - eMVP
"michel" <anonymous@discussions.microsoft.com> wrote in message
news:50758787-5193-4F17-A84F-88985A2F3B5E@microsoft.com...
> Hi Bruce,
> My question had little to do with hello.exe, only that I was searching to
figure out how to solve my problem of the missing ordinals.  Basically I
have created a display-based custom image that boots up fine in debug mode
(RAM-image) but gives me the missing ordinals for the same image but
configured for retail (RAM-based).
>
> From using the Remote tools I can tell that the errors are being generated
as device.exe is enumerating and loading drivers as the Registry entries
under Drivers is not even close to being fully populated.
>
> My target is ARM-based if that makes any difference.
>
> Any ideas?  Should I post this to a more relevant group?
>
> /michel