* Vfr compiler error
@ 2017-03-30 12:26 Santhapur Naveen
2017-03-30 13:27 ` Dong, Eric
0 siblings, 1 reply; 4+ messages in thread
From: Santhapur Naveen @ 2017-03-30 12:26 UTC (permalink / raw)
To: edk2-devel@lists.01.org
Hi guys,
Facing some kind of error while building Nt32Pkg
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: FixedPcdGet8
: unexpected token
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: (
: unexpected token
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: )
: unexpected token
Am I missing anything?
Regards,
Naveen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Vfr compiler error
2017-03-30 12:26 Vfr compiler error Santhapur Naveen
@ 2017-03-30 13:27 ` Dong, Eric
2017-03-31 0:44 ` Gao, Liming
0 siblings, 1 reply; 4+ messages in thread
From: Dong, Eric @ 2017-03-30 13:27 UTC (permalink / raw)
To: Santhapur Naveen, edk2-devel@lists.01.org
Hi Naveen,
Current VfrCompiler not support get value from PCD. Do you use PCD function in the data structure?
Thanks,
Eric
-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Thursday, March 30, 2017 8:27 PM
To: edk2-devel@lists.01.org
Subject: [edk2] Vfr compiler error
Hi guys,
Facing some kind of error while building Nt32Pkg
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: FixedPcdGet8
: unexpected token
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: (
: unexpected token
VfrCompile...
IScsiConfigNVDataStruc.h(211): ERROR 12288: )
: unexpected token
Am I missing anything?
Regards,
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Vfr compiler error
2017-03-30 13:27 ` Dong, Eric
@ 2017-03-31 0:44 ` Gao, Liming
2017-03-31 4:41 ` Santhapur Naveen
0 siblings, 1 reply; 4+ messages in thread
From: Gao, Liming @ 2017-03-31 0:44 UTC (permalink / raw)
To: Dong, Eric, Santhapur Naveen, edk2-devel@lists.01.org
Naveen:
This has been supported in the latest BaseTools. Please update edk2-BaseTools-win32 repo, and try again.
Thanks
Liming
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dong, Eric
> Sent: Thursday, March 30, 2017 9:28 PM
> To: Santhapur Naveen <naveens@amiindia.co.in>; edk2-devel@lists.01.org
> Subject: Re: [edk2] Vfr compiler error
>
> Hi Naveen,
>
> Current VfrCompiler not support get value from PCD. Do you use PCD function in the data structure?
>
> Thanks,
> Eric
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
> Sent: Thursday, March 30, 2017 8:27 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] Vfr compiler error
>
> Hi guys,
>
> Facing some kind of error while building Nt32Pkg
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: FixedPcdGet8
> : unexpected token
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: (
> : unexpected token
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: )
> : unexpected token
>
> Am I missing anything?
>
> Regards,
> Naveen
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Vfr compiler error
2017-03-31 0:44 ` Gao, Liming
@ 2017-03-31 4:41 ` Santhapur Naveen
0 siblings, 0 replies; 4+ messages in thread
From: Santhapur Naveen @ 2017-03-31 4:41 UTC (permalink / raw)
To: Gao, Liming, Dong, Eric, edk2-devel@lists.01.org
Hi Liming,
That solves the build issues. :)
Thank you,
Naveen
-----Original Message-----
From: Gao, Liming [mailto:liming.gao@intel.com]
Sent: Friday, March 31, 2017 6:15 AM
To: Dong, Eric; Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: Vfr compiler error
Naveen:
This has been supported in the latest BaseTools. Please update edk2-BaseTools-win32 repo, and try again.
Thanks
Liming
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dong, Eric
> Sent: Thursday, March 30, 2017 9:28 PM
> To: Santhapur Naveen <naveens@amiindia.co.in>; edk2-devel@lists.01.org
> Subject: Re: [edk2] Vfr compiler error
>
> Hi Naveen,
>
> Current VfrCompiler not support get value from PCD. Do you use PCD function in the data structure?
>
> Thanks,
> Eric
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
> Sent: Thursday, March 30, 2017 8:27 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] Vfr compiler error
>
> Hi guys,
>
> Facing some kind of error while building Nt32Pkg
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: FixedPcdGet8
> : unexpected token
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: (
> : unexpected token
>
> VfrCompile...
> IScsiConfigNVDataStruc.h(211): ERROR 12288: )
> : unexpected token
>
> Am I missing anything?
>
> Regards,
> Naveen
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-31 4:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-30 12:26 Vfr compiler error Santhapur Naveen
2017-03-30 13:27 ` Dong, Eric
2017-03-31 0:44 ` Gao, Liming
2017-03-31 4:41 ` Santhapur Naveen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox