Andrew Fish




On Jun 17, 2013, at 8:53 AM, "Gamez Gonzalez, Edgar Ivan A" 
<edgar.ivan.a.gamez.gonza...@intel.com> wrote:

> Hi all, I’m trying to compile a driver on X64.
> Some of you suggest me using OvmfPkg package, but the output I get is: *.lib  
> *.obj and  *.lst

You should get a .efi for the driver? Unless you built a library.

> I notice that if I don’t add  LIBRARY_CLASS=XXX in my INF file, I get the 
> attached error.
>  

The AutoGen.h/AutoGen.c is different (much less) for a library vs. a driver. 
Adding LIBRARY_CLASS is going to convert you to a library. A driver would have 
ENTRY_POINT = YourDriversEntryPoint. 

I'm guessing you have something wrong in your INF file and the Python is 
crashing when it should be putting out an error message. 

Thanks,

Andrew Fish

> Thanks in advance
>  
>  
>  
>  
> <X64_error.png>------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to