Re: [edk2] Adding printf via StdLib

2013-02-04 Thread David F.
SSG/SSD/PTAC/Platform Software Infrastructure > +1 503-712-4670 > > *β€œIn the pun, two strings of thought are tangled into one acoustic knot.” > -- Arthur Koestler* > > **** > > *From:* David F. [mailto:df7...@gmail.com] > *Sent:* Monday, February 04, 2013 2:50 PM > >

Re: [edk2] Adding printf via StdLib

2013-02-04 Thread Mcdaniel, Daryl
+1 503-712-4670 "In the pun, two strings of thought are tangled into one acoustic knot." -- Arthur Koestler From: David F. [mailto:df7...@gmail.com] Sent: Monday, February 04, 2013 2:50 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Adding printf via StdLib The problem with

Re: [edk2] Adding printf via StdLib

2013-02-04 Thread David F.
Pkg >>> are examples of several types of applications with varying complexity.** >>> ** >>> >>> ** ** >>> >>> Daryl McDaniel >>> >>> ** ** >>> >>> *From:* David F. [mailto:df7...@

Re: [edk2] Adding printf via StdLib

2013-02-03 Thread Joe Vernaci
n be copied to become the basis of new projects. There are numerous >>> comments pertaining to use with StdLib in them. The applications in AppPkg >>> are examples of several types of applications with varying complexity.** >>> ** >>> >>> ** ** >>>

Re: [edk2] Adding printf via StdLib

2013-02-03 Thread David F.
mplexity.*** >> * >> >> ** ** >> >> Daryl McDaniel >> >> ** ** >> >> *From:* David F. [mailto:df7...@gmail.com] >> *Sent:* Friday, February 01, 2013 4:02 PM >> *To:* edk2-devel@lists.sourceforge.net >> *Subject:* Re: [edk2] Add

Re: [edk2] Adding printf via StdLib

2013-02-02 Thread David F.
l.com] > *Sent:* Friday, February 01, 2013 4:02 PM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* Re: [edk2] Adding printf via StdLib > > ** ** > > Okay, I found some of the examples in AppPkg and got my hello to work by > setting the ENTRY_P

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread Mcdaniel, Daryl
: David F. [mailto:df7...@gmail.com] Sent: Friday, February 01, 2013 4:02 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Adding printf via StdLib Okay, I found some of the examples in AppPkg and got my hello to work by setting the ENTRY_POINT to ShellCEntryLib and the other stuff below

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread Tim Lewis
those portions that are not environment-specific. Tim From: David F. [mailto:df7...@gmail.com] Sent: Friday, February 01, 2013 4:02 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Adding printf via StdLib Okay, I found some of the examples in AppPkg and got my hello to work by se

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread David F.
Feb 1, 2013 at 10:16 AM, Tim Lewis wrote: > >> David – >> >> ** ** >> >> The easiest way is just to put >> >> ** ** >> >> !include StdLib\StdLib.inc**** >> >> ** ** >> >> At the end of your testpkg.dsc >> &

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread Andrew Fish
w Fish > > On Fri, Feb 1, 2013 at 10:16 AM, Tim Lewis wrote: > David – > > > > The easiest way is just to put > > > > !include StdLib\StdLib.inc > > > > At the end of your testpkg.dsc > > > > > > > > F

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread Tim Lewis
You want MdeModulePkg/Library/UefiHiiLib From: David F. [mailto:df7...@gmail.com] Sent: Friday, February 01, 2013 10:47 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Adding printf via StdLib Is that an optional thing some packages may include, some type of .inc file? Anyway

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread David F.
Lib\StdLib.inc > > ** ** > > At the end of your testpkg.dsc > > ** ** > > ** ** > > ** ** > > *From:* David F. [mailto:df7...@gmail.com] > *Sent:* Friday, February 01, 2013 10:11 AM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* [edk2] Adding

Re: [edk2] Adding printf via StdLib

2013-02-01 Thread Tim Lewis
David - The easiest way is just to put !include StdLib\StdLib.inc At the end of your testpkg.dsc From: David F. [mailto:df7...@gmail.com] Sent: Friday, February 01, 2013 10:11 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Adding printf via StdLib Hi, Still learning the build

[edk2] Adding printf via StdLib

2013-02-01 Thread David F.
Hi, Still learning the build system - I used the driver wizard to create a new package and driver, modified to be application, and used the SystemTable to print out some text. That all worked fine, so my next step is to use printf instead. So I added Stdio|StdLib/LibC/Stdio/Stdio.inf to the .dsc