On Thu, Oct 25, 2012 at 6:53 AM, Валерий Бицоев <valne...@gmail.com> wrote:
> I am trying to build with GCC44 and run any version of EFI Shell with
> edk2. When I build ShellPkg and tried to run it, i got ASSERT() at
> this point:
>
>  //
>   // Retrieve the pointer to the UEFI HII String Protocol
>   //
>   Status = gBS->LocateProtocol (&gEfiHiiStringProtocolGuid, NULL,
> (VOID **) &gHiiString);
>   ASSERT_EFI_ERROR (Status);

I believe this is what happens when you try to run the UEFI Shell on
an older (EFI, not UEFI) system.

> After that i founded EdkShellPkg, which use EdkCompatibilityPkg. I
> triend number of different revisions of EFI Shell and
> EdkCompatibilityPkg, but all of them shows me blank screen after
> booting pc.
> After all, i founded GccShellPkg, which created specially for gcc, but
> it gave me blank screen too.

Do you need to build the shell? If not, try the binaries under:

EdkShellBinPkg/FullShell or
EdkShellBinPkg/MinimumShell

-Jordan

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to