Hello,

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);

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.

Have anybody same problem or know solution for this?
P.S. I'am sorry for my bad English
--
Thanks.
Valery

------------------------------------------------------------------------------
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