public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Build SCT with edk2
@ 2019-03-27 20:10 Ashish Singhal
  2019-03-27 21:13 ` Richardson, Brian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashish Singhal @ 2019-03-27 20:10 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Eric Jin, Supreeth Venkatesh

Hello,

It seems building SCT is supported with edk2 UDK2017 and not something recent. When I tried building it with tip, it fails. Is someone already working on making sure SCT can be built with edk2 tip?

Thanks
Ashish

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build SCT with edk2
  2019-03-27 20:10 Build SCT with edk2 Ashish Singhal
@ 2019-03-27 21:13 ` Richardson, Brian
  2019-03-28  6:43 ` Udit Kumar
  2019-03-28 14:03 ` Supreeth Venkatesh
  2 siblings, 0 replies; 4+ messages in thread
From: Richardson, Brian @ 2019-03-27 21:13 UTC (permalink / raw)
  To: Ashish Singhal, edk2-devel@lists.01.org; +Cc: Jin, Eric

Have you tried building with the most recent stable tag instead of the tip?
https://github.com/tianocore/edk2/releases/tag/edk2-stable201903 

Thanks ... br
---
Brian Richardson - brian.richardson@intel.com -- @intel_brian
Director of Ecosystem & Business Development, Firmware Integration & Development (FID)
https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson 

-----Original Message-----
From: edk2-devel <edk2-devel-bounces@lists.01.org> On Behalf Of Ashish Singhal
Sent: Wednesday, March 27, 2019 4:10 PM
To: edk2-devel@lists.01.org
Cc: Jin, Eric <eric.jin@intel.com>
Subject: [edk2] Build SCT with edk2

Hello,

It seems building SCT is supported with edk2 UDK2017 and not something recent. When I tried building it with tip, it fails. Is someone already working on making sure SCT can be built with edk2 tip?

Thanks
Ashish

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
_______________________________________________
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: Build SCT with edk2
  2019-03-27 20:10 Build SCT with edk2 Ashish Singhal
  2019-03-27 21:13 ` Richardson, Brian
@ 2019-03-28  6:43 ` Udit Kumar
  2019-03-28 14:03 ` Supreeth Venkatesh
  2 siblings, 0 replies; 4+ messages in thread
From: Udit Kumar @ 2019-03-28  6:43 UTC (permalink / raw)
  To: Ashish Singhal, edk2-devel@lists.01.org; +Cc: Eric Jin, Supreeth Venkatesh


> It seems building SCT is supported with edk2 UDK2017 and not something
SCT build fails on UDK2017 as well 

Below is patch suggested by Supreet with UDK2017 

tmp/sct_workspace/edk2$ git diff

diff --git a/BaseTools/Source/C/Makefiles/app.makefile b/BaseTools/Source/C/Makefiles/app.makefile
index e414551b4a..6017b2dd59 100644
--- a/BaseTools/Source/C/Makefiles/app.makefile
+++ b/BaseTools/Source/C/Makefiles/app.makefile
@@ -23,6 +23,6 @@ all: $(MAKEROOT)/bin $(APPLICATION)
$(APPLICATION): $(OBJECTS)
        $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)

-$(OBJECTS): ../Include/Common/BuildVersion.h
+$(OBJECTS): $(MAKEROOT)/Include/Common/BuildVersion.h

Regards
Udit 

> -----Original Message-----
> From: edk2-devel <edk2-devel-bounces@lists.01.org> On Behalf Of Ashish
> Singhal
> Sent: Thursday, March 28, 2019 1:40 AM
> To: edk2-devel@lists.01.org
> Cc: Eric Jin <eric.jin@intel.com>
> Subject: [edk2] Build SCT with edk2
> 
> Hello,
> 
> It seems building SCT is supported with edk2 UDK2017 and not something
> recent. When I tried building it with tip, it fails. Is someone already working
> on making sure SCT can be built with edk2 tip?
> 
> Thanks
> Ashish
> 
> -----------------------------------------------------------------------------------
> This email message is for the sole use of the intended recipient(s) and may
> contain confidential information.  Any unauthorized review, use, disclosure
> or distribution is prohibited.  If you are not the intended recipient, please
> contact the sender by reply email and destroy all copies of the original
> message.
> -----------------------------------------------------------------------------------
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.0
> 1.org%2Fmailman%2Flistinfo%2Fedk2-
> devel&amp;data=02%7C01%7Cudit.kumar%40nxp.com%7C316c2d64dd8e47
> 99dd5308d6b2f03a7a%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%
> 7C636893142185731611&amp;sdata=sA%2F9u6YP5HyMt6w%2BfenjQhtibS5
> ZaqHGlYJZWJbw0CI%3D&amp;reserved=0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Build SCT with edk2
  2019-03-27 20:10 Build SCT with edk2 Ashish Singhal
  2019-03-27 21:13 ` Richardson, Brian
  2019-03-28  6:43 ` Udit Kumar
@ 2019-03-28 14:03 ` Supreeth Venkatesh
  2 siblings, 0 replies; 4+ messages in thread
From: Supreeth Venkatesh @ 2019-03-28 14:03 UTC (permalink / raw)
  To: Ashish Singhal, edk2-devel@lists.01.org; +Cc: Eric Jin

Ashish,

At-least for Compiling AArch64 SCT binary, I will be sending out a series of patches today/tomorrow.
We plan to have a stable edk2-test build based on edk2-stable201903<https://github.com/tianocore/edk2/releases/tag/edk2-stable201903> tag before UEFI Spring plugfest 2019.
Thanks for bringing this up.

Thanks,
Supreeth

From: Ashish Singhal <ashishsingha@nvidia.com>
Sent: Wednesday, March 27, 2019 3:10 PM
To: edk2-devel@lists.01.org
Cc: Eric Jin <eric.jin@intel.com>; Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>
Subject: Build SCT with edk2

Hello,

It seems building SCT is supported with edk2 UDK2017 and not something recent. When I tried building it with tip, it fails. Is someone already working on making sure SCT can be built with edk2 tip?

Thanks
Ashish
________________________________
This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
________________________________
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-28 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 20:10 Build SCT with edk2 Ashish Singhal
2019-03-27 21:13 ` Richardson, Brian
2019-03-28  6:43 ` Udit Kumar
2019-03-28 14:03 ` Supreeth Venkatesh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox