Jump to content

OpenCore General Discussion


dgsga
8,759 posts in this topic

Recommended Posts

As @Slice says, layout-id has nothing to do with boot chime.

 

Try this config.plist, only 3 changes:

  • 2 keys aded in NVRAM >> Add >> 7C436110-AB2A-4BBB-A880-FE41995C9F82 (StartupMute = 00 and SystemAudioVolumeDB = E2)
  • UEFI >> Audio >> AudioOutMask changed to -1.

Sure the answer is yes but do you have OCEFIAudio_VoiceOver_Boot.mp3 in Resources/Audio?

 

config.plist

Edited by miliuco
Link to comment
Share on other sites

10 hours ago, FirstTimeCustomac said:

 

In your log,

 

image.thumb.png.a643c756d8ad2dd7740badad73fad7c8.png

 

Try adding --force-device=PciRoot(0x0)/Pci(0x1f,0x3) in AudioDXE arguments

 

I am not sure where to add AudioDXE arguments?

 

5 hours ago, miliuco said:

As @Slice says, layout-id has nothing to do with boot chime.

 

Try this config.plist, only 3 changes:

  • 2 keys aded in NVRAM >> Add >> 7C436110-AB2A-4BBB-A880-FE41995C9F82 (StartupMute = 00 and SystemAudioVolumeDB = E2)
  • UEFI >> Audio >> AudioOutMask changed to -1.

Sure the answer is yes but do you have OCEFIAudio_VoiceOver_Boot.mp3 in Resources/Audio?

 

config.plist 47.46 kB · 1 download

 

Yes I have all the audio files in the resources > audio folder.

I made the changes you suggest with no luck unfortunately. I did reset nvram in between to be sure.

Perhaps as per the guide mine os one of the devices that needs the file changed? Mines a Dell Latitude 3410.

Spoiler

image.png.3107efa0ad00daae60bd7698b3ae6453.png

Attached new files,

Archive.zip

Link to comment
Share on other sites

7 hours ago, FirstTimeCustomac said:

image.thumb.png.19adc270b3a970b03d9cf871a314c2dc.png

This has solved the issue. Seems like a bandaid though.

The device is there so not sure why it would need to be forced.

Hoping a dev can take a look and see what's up.

 

Now onto the rest of the cosmetics.

 

Thanks to all that helped.

Archive.zip

  • Like 4
Link to comment
Share on other sites

Hi,

Updated to 0.9.1 and ResetNVRAM afterwards. Now my hack boots with "You shut down Your computer because of a problem" message after every restart, and boot is much slower.

There is "shutdown_stall_2023-******_iMac.shutdownStall" file created in DiagnosticReports after every restart. I tried deleting it but nothing changed.
I don't know if it's relevant, but there are Diagnostics Reporter Error accessing <private>. <private> and Invalid launch errors in console.

 

Thanks,

G

 

 

Link to comment
Share on other sites

4 hours ago, SavageAUS said:

This has solved the issue. Seems like a bandaid though.

The device is there so not sure why it would need to be forced.

Hoping a dev can take a look and see what's up.

 

Now onto the rest of the cosmetics.

 

Thanks to all that helped.

Archive.zip 930.99 kB · 0 downloads

The answer to your question can be found in OpenCore's Configuration.pdf or in acidanthera/bugtracker#740 

  • Like 2
Link to comment
Share on other sites

The answer to your question can be found in OpenCore's Configuration.pdf or in acidanthera/bugtracker#740 

Thank you for pointing me to that. It does seem the devs are aware of this and forcing the device is the “fix”. Hey it works so I’m happy.


Sent from my iPhone using Tapatalk
  • Like 2
Link to comment
Share on other sites

On 4/6/2023 at 7:59 PM, fusion71au said:

Thanks guys, for all your inputs.  

 

External Icons patch for AppleAHCIPort.kext in Clover or OC quirk worked (changing the "External" string to "Internal". string) in older macOS up to 13.2.1 but not 13.3 for my system.

 

Actually I fixed the orange disk icons issue for macOS 13.3+ on my GA-P55aUD3 system if I added a manual AppleAHCIPort patch with Count=2 instead of Count=1 (note the OC ExternalDiskIcons quirk currently uses Count=1 for all macOS)...

			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Count</key>
				<integer>2</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>RXh0ZXJuYWw=</data>
				<key>Identifier</key>
				<string>com.apple.driver.AppleAHCIPort</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data></data>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>Replace</key>
				<data>SW50ZXJuYWw=</data>
				<key>ReplaceMask</key>
				<data></data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>

 

Spoiler

1160834151_ExternalIconsPatchinmacOS13.3.thumb.png.51c1c438893732b91c626ede965c21d8.png

 

  • Like 4
  • Thanks 2
Link to comment
Share on other sites

22 hours ago, gorans said:

"You shut down Your computer because of a problem" message after every restart

To stop or remove the message at every restart, go to System/Library/Logs/DiagnosticReport (folder) and delete all the files within, reboot and clean NvRAM and the message will be gone.

You'll have to find the cause of the slow boot if it is a persistent problem though. 

  • Like 1
Link to comment
Share on other sites

6 hours ago, eSaF said:

To stop or remove the message at every restart, go to System/Library/Logs/DiagnosticReport (folder) and delete all the files within, reboot and clean NvRAM and the message will be gone.

You'll have to find the cause of the slow boot if it is a persistent problem though. 

 

Already deleted files files there and  ResetNVRAM from OC menu. Problem still there. Do I have to use Clean NVRAM option?

Slow boot started at the same time as this message, after updating 0.9.0 to 0.9.1.
In the log found long delays between this messages:

2023-04-08 14:15:39.021483+0200  localhost kernel[0]: PMRD: PowerChangeDone: ON_STATE->ON_STATE
2023-04-08 14:15:51.397177+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
...
2023-04-08 14:15:51.406838+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
2023-04-08 14:16:00.127560+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>

There is also Hackintool very long startup time and Bluetooth preferences error "Could not load Bluetooth preference pane." as I don't have Bluetooth, but this should not happen. And that "Diagnostics Reporter" launch error in console.

UPDATE: after cleaning DiagnosticReports once more I disabled NVMEfix.kext and shutdown/boot. No message. Hackintool and bluetooth prefs working and there is a phantom BCM_4350C2 bluetooth device in my peripherals. Where this comes from? There is still a noticable lag around those ALF entries.

Edited by gorans
Link to comment
Share on other sites

21 minutes ago, gorans said:

"Could not load Bluetooth preference pane."

I am not absolutely certain but maybe you need to re-check your Graphics Settings in Device Properties.

Link to comment
Share on other sites

14 minutes ago, eSaF said:

I am not absolutely certain but maybe you need to re-check your Graphics Settings in Device Properties.

Did You catch my update in previous post?
My DP section:

Spoiler
<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>Shikigva</key>
				<integer>80</integer>
			</dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>
				AwDImw==
				</data>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>

 

 

Edited by gorans
Link to comment
Share on other sites

Removed Shikigva from DP. No difference (VDA decoder fully supported, Amazon Spiderman teaser working...)

There is still BCM_4250C2 in my peripherals.

Boot still slow(er than with 0.9.0).

Console still shows BlueTool Unable to open /dev/cu.BLTH: No such file or directory and Diagnostics reporter Invalid launch fault.

  • Sad 1
Link to comment
Share on other sites

2 hours ago, gorans said:

Removed Shikigva from DP. No difference (VDA decoder fully supported, Amazon Spiderman teaser working...)

If I am not mistaken Shikigva values were later added to WhateverGreen.kext.

Apart from Ventura and perhaps Windows, do you have any other OS X version on the machine that can be boot into at will?

 

That Error message maybe referring to a USB problem, apart from the update think of perhaps the slightest change or adage to the System that may cause the Error.

Are all your files, kext and OC Version updated to the latest released versions?

Edited by eSaF
Link to comment
Share on other sites

1 hour ago, eSaF said:

If I am not mistaken Shikigva values were later added to WhateverGreen.kext.

Apart from Ventura and perhaps Windows, do you have any other OS X version on the machine that can be boot into at will?

 

That Error message maybe referring to a USB problem, apart from the update think of perhaps the slightest change or adage to the System that may cause the Error.

Are all your files, kext and OC Version updated to the latest released versions?

OC and all kexts are on the latest release versions.

There is only one drive in the machine and only Monterey on it.

I tried with other user and with safe boot. Same errors.

 

I'm also quite sure that Bluetooth problem has something to do with USB.

There is Broadcom in IOService, but I don't know where it comes from:
IOService:/IOResources

---IOService:/IOResources/BroadcomBluetooth20703USBTransport

---IOService:/IOResources/BroadcomBluetoothHostControllerUSBTransport

Link to comment
Share on other sites

50 minutes ago, gorans said:

I'm also quite sure that Bluetooth problem has something to do with USB.

Is it possible to temporarily disconnect or isolate your B/Tooth Card? If it is not the Card, at this point I think you will have to isolate/remove all USB plugins one at a time and test each time to track down the culprit.

I am afraid it will be a process of elimination and a tedious one at that until the glitch is solved. Good luck.

  • Like 1
Link to comment
Share on other sites

achieve. in my case I asked the developer of the softwre exactky which

On 4/7/2023 at 12:48 PM, Alpha22 said:

what I would like, can you advise me what to set in csr-active-config

That depends entirely on what you are trying to achieve. In my case I asked the developer of the software what I needed to enable or disable in order for it to work.

 

Basic answers can be found here.

  • Like 1
Link to comment
Share on other sites

2 hours ago, eSaF said:

Is it possible to temporarily disconnect or isolate your B/Tooth Card? If it is not the Card, at this point I think you will have to isolate/remove all USB plugins one at a time and test each time to track down the culprit.

I am afraid it will be a process of elimination and a tedious one at that until the glitch is solved. Good luck.


Well, the whole circus is about that I don't have any BT/WiFi cards in my machine and somehow I get BT in prefs, bluetool and other BT related errors in console, Entry in IOReg.... ;)

 

Diagnostics reporter still errors:

Spoiler

fault    19:23:09.023240+0200    Diagnostics Reporter    Invalid launch.

 

ALF boot slowdowns still there:

Spoiler


2023-04-10 14:47:43.043798+0200  localhost kernel[0]: Opened corefile of size 1 MB
2023-04-10 14:47:55.504230+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
2023-04-10 14:47:55.525462+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
2023-04-10 14:47:55.525499+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
2023-04-10 14:47:55.525995+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>
2023-04-10 14:48:02.222810+0200  localhost kernel[0]: (ALF) <ALF`sockwall_cntl_updaterules> ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private>

 

Link to comment
Share on other sites

1 hour ago, gorans said:

Well, the whole circus is about that I don't have any BT/WiFi cards in my machine and somehow I get BT in prefs, bluetool and other BT related errors in console, Entry in IOReg.... ;)

Have you considered googling and searching for machines with or close enough to your specs, whereas these posted examples will also have the EFI Folder that you can either try or use as a comparison.

  • Like 1
Link to comment
Share on other sites

14 hours ago, eSaF said:

Have you considered googling and searching for machines with or close enough to your specs, whereas these posted examples will also have the EFI Folder that you can either try or use as a comparison.

I would prefer to find out why I have problems with my EFI because I'll learn something trough the process. If I put another EFI and it works, I'll have no clue what happened.

There must be a way to find out how I get BT in my prefs and my peripherals in Hackintool without any BT connected. I hope. :)

  • Like 1
Link to comment
Share on other sites

On 4/10/2023 at 5:18 PM, pkdesign said:

achieve. in my case I asked the developer of the softwre exactky which

That depends entirely on what you are trying to achieve. In my case I asked the developer of the software what I needed to enable or disable in order for it to work.

 

Basic answers can be found here.

thank you for your reply

Link to comment
Share on other sites

22 hours ago, eSaF said:

Have you considered googling and searching for machines with or close enough to your specs, whereas these posted examples will also have the EFI Folder that you can either try or use as a comparison.

 

Downloaded another EFI, just changed Serials and put it on the USB. Reset NVRAM, Clean NVRAM, booted from that EFI. Still:

  Bluetooth Controller:
  Address:    NULL
  State:    Off
  Chipset:    BCM_4350C2
  Discoverable:    Off
  Firmware Version:    v0 c0
  Product ID:    0x0001
  Supported Devices:    0x382039 < HFP AVRCP A2DP HID Braille AACP GATT Serial >
  Transport:    UART
  Vendor ID:    0x004C (Apple)

After 12.6.5 update no more Diagnostics reporter Invalid launch. Just BlueTool and bluetoothd errors.

  • Sad 1
Link to comment
Share on other sites

Hi developer team

 

I can't build latest commit b2d438d. Stop after test ?

 

Spoiler

Fetching origin

remote: Enumerating objects: 380, done.

remote: Counting objects: 100% (380/380), done.

remote: Compressing objects: 100% (118/118), done.

remote: Total 380 (delta 268), reused 344 (delta 256), pack-reused 0

Receiving objects: 100% (380/380), 2.81 MiB | 2.39 MiB/s, done.

Resolving deltas: 100% (268/268), completed with 169 local objects.

From https://github.com/acidanthera/OpenCorePkg

   f7f12a7d..b2d438d6  master                -> origin/master

* [new branch]        align_page_alloc      -> origin/align_page_alloc

* [new branch]        revert-console-change -> origin/revert-console-change

* [new branch]        savvas-baseoverflowlib-20230412 -> origin/savvas-baseoverflowlib-20230412

* [new branch]        savvas-uefiimagelib-20230413 -> origin/savvas-uefiimagelib-20230413

* [new branch]        savvas-updatepcd-20230413 -> origin/savvas-updatepcd-20230413

* [new branch]        vit9696-singleuser-20230408 -> origin/vit9696-singleuser-20230408

From https://github.com/acidanthera/OpenCorePkg

* branch              master     -> FETCH_HEAD

Updating f7f12a7d..b2d438d6

Fast-forward

Changelog.md                                       |   9 +

Docs/Configuration.md5                             |   2 +-

Docs/Configuration.pdf                             | Bin 774783 -> 775985 bytes

Docs/Configuration.tex                             |  34 ++-

Docs/Differences/Differences.pdf                   | Bin 144626 -> 266177 bytes

Docs/Differences/Differences.tex                   |  58 ++++-

Docs/Errata/Errata.pdf                             | Bin 246344 -> 246449 bytes

Docs/Sample.plist                                  |   2 +

Docs/SampleCustom.plist                            |   2 +

Include/AMI/Protocol/AmiPointer.h                  |   2 +-

Include/AMI/Protocol/AmiSoftKbd.h                  |   2 +-

Include/AMI/Protocol/AmiSoftKbdRestore.h           |   2 +-

Include/Acidanthera/Library/OcAppleKernelLib.h     |   4 +

Include/Acidanthera/Library/OcAppleKeysLib.h       |   2 +-

Include/Acidanthera/Library/OcBlitLib.h            |   4 +-

Include/Acidanthera/Library/OcConfigurationLib.h   |   1 +

Include/Acidanthera/Library/OcConsoleLib.h         |  44 +++-

Include/Acidanthera/Library/OcMainLib.h            |   2 +-

Include/Acidanthera/Library/OcStorageLib.h         |   2 +-

Include/Acidanthera/Library/OcXmlLib.h             |   2 +-

Include/Intel/IndustryStandard/HeciClientMsg.h     |   2 +-

.../OcAfterBootCompatLib/OcAfterBootCompatLib.inf  |   2 +-

Library/OcAfterBootCompatLib/ServiceOverrides.c    |   6 +-

Library/OcApfsLib/OcApfsConnect.c                  |   2 +-

Library/OcApfsLib/OcApfsIo.c                       |   6 +-

Library/OcApfsLib/OcApfsLib.inf                    |   2 +-

.../OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf  |   2 +-

Library/OcAppleChunklistLib/OcAppleChunklistLib.c  |  10 +-

Library/OcAppleDiskImageLib/OcAppleDiskImageLib.c  |  12 +-

.../OcAppleDiskImageLib/OcAppleDiskImageLib.inf    |   2 +-

.../OcAppleDiskImageLibInternal.c                  |  12 +-

.../OcAppleImageConversionLib.c                    |   2 +-

.../OcAppleImageConversionLib.inf                  |   2 +-

Library/OcAppleKernelLib/CachelessContext.c        |   6 +-

Library/OcAppleKernelLib/CommonPatches.c           |  53 +++++

Library/OcAppleKernelLib/KernelCollection.c        |  14 +-

Library/OcAppleKernelLib/KernelReader.c            |   8 +-

Library/OcAppleKernelLib/KextPatcher.c             |   8 +-

Library/OcAppleKernelLib/KxldState.c               |  28 +--

Library/OcAppleKernelLib/Link.c                    |  12 +-

Library/OcAppleKernelLib/MkextContext.c            |  68 +++---

Library/OcAppleKernelLib/PrelinkedContext.c        |  16 +-

Library/OcAppleKernelLib/PrelinkedKext.c           |  12 +-

Library/OcAppleKernelLib/Vtables.c                 |   6 +-

Library/OcAppleRamDiskLib/OcAppleRamDiskLib.c      |   4 +-

.../OcAppleSecureBootLib/OcAppleSecureBootLib.c    |   4 +-

.../OcAppleSecureBootLib/OcAppleSecureBootLib.inf  |   2 +-

Library/OcAudioLib/OcAudioDump.c                   |   4 +-

Library/OcAudioLib/OcAudioGenBeep.c                |   8 +-

Library/OcAudioLib/OcAudioLib.inf                  |   2 +-

Library/OcBootManagementLib/ApplePanic.c           |   6 +-

Library/OcBootManagementLib/BootArguments.c        |   6 +-

Library/OcBootManagementLib/BootAudio.c            |   2 +-

Library/OcBootManagementLib/BootEntryManagement.c  |   2 +-

Library/OcBootManagementLib/BuiltinPicker.c        |   2 +-

Library/OcBootManagementLib/DefaultEntryChoice.c   |   4 +-

Library/OcBootManagementLib/ImageLoader.c          |   2 +-

Library/OcBootManagementLib/OcBootManagementLib.c  |   2 +-

.../OcBootManagementLib/OcBootManagementLib.inf    |   2 +-

Library/OcConfigurationLib/OcConfigurationLib.c    |   1 +

Library/OcConsoleLib/ConsoleGop.c                  |   2 +-

Library/OcConsoleLib/GopInfoDump.c                 | 238 +++++++++++++--------

.../OcConsoleLib/{GopBurstMode.c => GopUtils.c}    | 160 ++++++++++++--

Library/OcConsoleLib/OcConsoleLib.c                |   2 +-

Library/OcConsoleLib/OcConsoleLib.inf              |   2 +-

Library/OcConsoleLib/ResolutionParsing.c           |   8 +-

Library/OcConsoleLib/TextOutputSystem.c            |   2 +-

Library/OcCpuLib/FrequencyDetect.c                 |   6 +-

Library/OcCpuLib/OcCpuLib.c                        |   4 +-

Library/OcCpuLib/OcCpuLib.inf                      |   2 +-

Library/OcCryptoLib/CryptoInternal.h               |   2 +-

Library/OcDataHubLib/OcDataHubLib.c                |   4 +-

Library/OcDeviceMiscLib/OcDeviceMiscLib.inf        |   2 +-

Library/OcDevicePathLib/OcDevicePathLib.c          |   2 +-

Library/OcDevicePropertyLib/OcDevicePropertyLib.c  |   4 +-

.../OcDevicePropertyLib/OcDevicePropertyLib.inf    |   2 +-

Library/OcFileLib/GetFileInfo.c                    |   4 +-

Library/OcFileLib/GetVolumeLabel.c                 |   2 +-

Library/OcFileLib/GptPartitionEntry.c              |   8 +-

Library/OcFileLib/OcFileLib.inf                    |   2 +-

Library/OcFileLib/ReadFile.c                       |   4 +-

Library/OcFlexArrayLib/AsciiStringBuffer.c         |   6 +-

Library/OcFlexArrayLib/FlexArray.c                 |   6 +-

Library/OcInputLib/OcInputLib.inf                  |   2 +-

Library/OcMachoLib/CxxSymbols.c                    |  10 +-

Library/OcMachoLib/Header.c                        |  34 +--

Library/OcMachoLib/HeaderX.h                       |  32 +--

Library/OcMachoLib/MachoFat.c                      |   8 +-

Library/OcMachoLib/MachoX.h                        |   2 +-

Library/OcMachoLib/OcMachoLib.inf                  |   2 +-

Library/OcMachoLib/Symbols.c                       |   2 +-

Library/OcMachoLib/SymbolsX.h                      |   6 +-

Library/OcMainLib/OcMainLib.inf                    |   2 +-

Library/OcMainLib/OpenCoreKernel.c                 |  16 +-

Library/OcMainLib/OpenCoreKernelPatch.c            |   4 +

Library/OcMainLib/OpenCoreMisc.c                   |   4 +-

Library/OcMainLib/OpenCoreUefi.c                   |   7 +

Library/OcMemoryLib/MemoryAlloc.c                  |   2 +-

Library/OcMemoryLib/MemoryAttributes.c             |   2 +-

Library/OcMemoryLib/MemoryDebug.c                  |   2 +-

Library/OcMemoryLib/MemoryMap.c                    |   4 +-

Library/OcMemoryLib/OcMemoryLib.inf                |   2 +-

Library/OcMemoryLib/VirtualMemory.c                |   4 +-

Library/OcMiscLib/DataPatcher.c                    |   2 +-

Library/OcMiscLib/OcMiscLib.inf                    |   2 +-

Library/OcMp3Lib/OcMp3Lib.c                        |   4 +-

Library/OcMp3Lib/OcMp3Lib.inf                      |   2 +-

Library/OcPeCoffExtLib/OcPeCoffExtLib.c            |  10 +-

Library/OcPeCoffExtLib/OcPeCoffExtLib.inf          |   2 +-

Library/OcPeCoffLib/OcPeCoffLib.inf                |   2 +-

Library/OcPeCoffLib/PeCoffDebug.c                  |  14 +-

Library/OcPeCoffLib/PeCoffInit.c                   |  20 +-

Library/OcPeCoffLib/PeCoffInternal.h               |  16 +-

Library/OcPeCoffLib/PeCoffRelocate.c               |   8 +-

Library/OcSmbiosLib/SmbiosInternal.h               |   2 +-

Library/OcSmbiosLib/SmbiosPatch.c                  |   2 +-

Library/OcStringLib/OcAsciiLib.c                   |   4 +-

Library/OcStringLib/OcStringLib.inf                |   2 +-

Library/OcStringLib/OcUnicodeLib.c                 |   2 +-

Library/OcTemplateLib/OcTemplateLib.c              |   2 +-

.../OcUnicodeCollationEngInternal.h                |   2 +-

.../OcVariableRuntimeLib/OcVariableRuntimeLib.c    |   4 +-

Library/OcVirtualFsLib/OcVirtualFsLib.inf          |   2 +-

Library/OcVirtualFsLib/VirtualDir.c                |   4 +-

Library/OcVirtualFsLib/VirtualFile.c               |   2 +-

Library/OcVirtualFsLib/VirtualFs.c                 |   2 +-

Library/OcVirtualFsLib/VirtualVolume.c             |   2 +-

Library/OcWaveLib/OcWaveLib.c                      |   2 +-

Library/OcWaveLib/OcWaveLib.inf                    |   2 +-

Library/OcXmlLib/OcXmlLib.c                        |   8 +-

Platform/OpenCanopy/BitmapFont.c                   |  14 +-

Platform/OpenCanopy/Images.c                       |   2 +-

Platform/OpenCanopy/Input/InputSimAbsPtr.c         |   2 +-

Platform/OpenCanopy/OpenCanopy.c                   |   2 +-

Platform/OpenCanopy/OpenCanopy.inf                 |   2 +-

Platform/OpenRuntime/UefiRuntimeServices.c         |   2 +-

Platform/OpenUsbKbDxe/UsbKbDxe.inf                 |   2 +-

Staging/AudioDxe/HdaCodec/HdaCodec.c               |   4 +-

Staging/AudioDxe/HdaController/HdaController.c     |   8 +-

Staging/AudioDxe/HdaController/HdaController.h     |   2 +-

Staging/EnableGop/EnableGop.c                      |  10 +-

Staging/EnableGop/EnableGop.inf                    |   2 +-

Staging/EnableGop/EnableGopDirect.inf              |   2 +-

Staging/EnableGop/README.md                        |   4 +

Tests/AcpiTest/AcpiTest.inf                        |   2 +-

Tests/AcpiTest/AcpiTestApp.inf                     |   2 +-

Tests/DataHubTest/DataHubTest.inf                  |   2 +-

Tests/DataHubTest/DataHubTestApp.inf               |   2 +-

Tests/PropertyTest/PropertyTest.inf                |   2 +-

Tests/PropertyTest/PropertyTestApp.inf             |   2 +-

Tests/SmbiosTest/SmbiosTest.inf                    |   2 +-

Tests/SmbiosTest/SmbiosTestApp.inf                 |   2 +-

User/Library/UserBaseMemoryLib.c                   |  62 +++++-

User/Makefile                                      |   8 +-

Utilities/ACPIe/ACPIe.c                            |   2 +-

Utilities/TestKextInject/KextInject.c              |   8 +

Utilities/TestPeCoff/PeCoff.c                      |   6 +-

157 files changed, 945 insertions(+), 482 deletions(-)

rename Library/OcConsoleLib/{GopBurstMode.c => GopUtils.c} (56%)

Building on Darwin

Primary toolchain XCODE5 and arch X64

remote: Enumerating objects: 628, done.

remote: Counting objects: 100% (628/628), done.

remote: Compressing objects: 100% (197/197), done.

remote: Total 422 (delta 344), reused 295 (delta 223), pack-reused 0

Receiving objects: 100% (422/422), 75.07 KiB | 4.42 MiB/s, done.

Resolving deltas: 100% (344/344), completed with 178 local objects.

From https://github.com/acidanthera/audk

   b877d75..511f3b2  master     -> origin/master

First, rewinding head to replay your work on top of it...

error: The following untracked working tree files would be overwritten by checkout:

OpenCorePkg

Please move or remove them before you switch branches.

Aborting

fatal: Could not detach HEAD

Loading previous configuration from /Users/mathieu/Github/OpenCorePkg/UDK/Conf/BuildEnv.sh

Using EDK2 in-source Basetools

WORKSPACE: /Users/mathieu/Github/OpenCorePkg/UDK

EDK_TOOLS_PATH: /Users/mathieu/Github/OpenCorePkg/UDK/BaseTools

CONF_PATH: /Users/mathieu/Github/OpenCorePkg/UDK/Conf

Testing...

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/C

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/Python

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ImageTool

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C MicroTool

Attempting to detect HOST_ARCH from 'uname -m': x86_64

make[1]: Nothing to be done for `all'.

Detected HOST_ARCH of X64 using uname.

mkdir -p .

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Common

/Applications/Xcode.app/Contents/Developer/usr/bin/make all CFLAGS="-c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32" PRODUCT=ImageTool32 INFIX=_Tool32

/Applications/Xcode.app/Contents/Developer/usr/bin/make all CFLAGS="-c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64" PRODUCT=ImageTool64 INFIX=_Tool64

make[2]: Nothing to be done for `all'.

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C BrotliCompress

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VfrCompile

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C EfiRom

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFfs

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFv

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFw

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenSec

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenCrc32

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C LzmaCompress

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C TianoCompress

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VolInfo

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DevicePath

cc -MMD -MT Darwin_X64/UserBaseMemoryLib.o -MF Darwin_X64/UserBaseMemoryLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/User/Library/UserBaseMemoryLib.c -o Darwin_X64/UserBaseMemoryLib.o

cc -MMD -MT Darwin_X64/UserOcDummy.o -MF Darwin_X64/UserOcDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/User/Library/UserOcDummy.c -o Darwin_X64/UserOcDummy.o

cc -MMD -MT Darwin_X64/BaseMath.o -MF Darwin_X64/BaseMath.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../MdePkg/Library/BaseOverflowLib/BaseMath.c -o Darwin_X64/BaseMath.o

cc -MMD -MT Darwin_X64/BaseBitOverflow.o -MF Darwin_X64/BaseBitOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../MdePkg/Library/BaseOverflowLib/BaseBitOverflow.c -o Darwin_X64/BaseBitOverflow.o

cc -MMD -MT Darwin_X64/BaseNativeOverflow.o -MF Darwin_X64/BaseNativeOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../MdePkg/Library/BaseOverflowLib/BaseNativeOverflow.c -o Darwin_X64/BaseNativeOverflow.o

cc -MMD -MT Darwin_X64/BaseAlignment.o -MF Darwin_X64/BaseAlignment.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../MdePkg/Library/BaseOverflowLib/BaseAlignment.c -o Darwin_X64/BaseAlignment.o

cc -MMD -MT Darwin_X64/BaseTripleOverflow.o -MF Darwin_X64/BaseTripleOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../MdePkg/Library/BaseOverflowLib/BaseTripleOverflow.c -o Darwin_X64/BaseTripleOverflow.o

cc -MMD -MT Darwin_X64/OcSerializeLib.o -MF Darwin_X64/OcSerializeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcSerializeLib/OcSerializeLib.c -o Darwin_X64/OcSerializeLib.o

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/OcTemplateLib.o -MF Darwin_X64/OcTemplateLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcTemplateLib/OcTemplateLib.c -o Darwin_X64/OcTemplateLib.o

cc -MMD -MT Darwin_X64/OcXmlLib.o -MF Darwin_X64/OcXmlLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcXmlLib/OcXmlLib.c -o Darwin_X64/OcXmlLib.o

cc -MMD -MT Darwin_X64/OcAsciiLib.o -MF Darwin_X64/OcAsciiLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcStringLib/OcAsciiLib.c -o Darwin_X64/OcAsciiLib.o

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/OcUnicodeLib.o -MF Darwin_X64/OcUnicodeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcStringLib/OcUnicodeLib.c -o Darwin_X64/OcUnicodeLib.o

cc -MMD -MT Darwin_X64/RsaDigitalSign.o -MF Darwin_X64/RsaDigitalSign.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/RsaDigitalSign.c -o Darwin_X64/RsaDigitalSign.o

cc -MMD -MT Darwin_X64/BigNumPrimitives.o -MF Darwin_X64/BigNumPrimitives.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/BigNumPrimitives.c -o Darwin_X64/BigNumPrimitives.o

cc -MMD -MT Darwin_X64/BigNumMontgomery.o -MF Darwin_X64/BigNumMontgomery.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/BigNumMontgomery.c -o Darwin_X64/BigNumMontgomery.o

cc -MMD -MT Darwin_X64/BigNumWordMul64.o -MF Darwin_X64/BigNumWordMul64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/Cpu32/BigNumWordMul64.c -o Darwin_X64/BigNumWordMul64.o

cc -MMD -MT Darwin_X64/Sha2.o -MF Darwin_X64/Sha2.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/Sha2.c -o Darwin_X64/Sha2.o

cc -MMD -MT Darwin_X64/SecureMem.o -MF Darwin_X64/SecureMem.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/SecureMem.c -o Darwin_X64/SecureMem.o

cc -MMD -MT Darwin_X64/Sha512AccelDummy.o -MF Darwin_X64/Sha512AccelDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCryptoLib/Sha512AccelDummy.c -o Darwin_X64/Sha512AccelDummy.o

cc -MMD -MT Darwin_X64/CxxSymbols.o -MF Darwin_X64/CxxSymbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/CxxSymbols.c -o Darwin_X64/CxxSymbols.o

cc -MMD -MT Darwin_X64/Header.o -MF Darwin_X64/Header.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/Header.c -o Darwin_X64/Header.o

cc -MMD -MT Darwin_X64/MachoFat.o -MF Darwin_X64/MachoFat.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/MachoFat.c -o Darwin_X64/MachoFat.o

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/Macho64.o -MF Darwin_X64/Macho64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/Macho64.c -o Darwin_X64/Macho64.o

cc -MMD -MT Darwin_X64/Macho32.o -MF Darwin_X64/Macho32.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/Macho32.c -o Darwin_X64/Macho32.o

cc -MMD -MT Darwin_X64/Symbols.o -MF Darwin_X64/Symbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMachoLib/Symbols.c -o Darwin_X64/Symbols.o

cc -MMD -MT Darwin_X64/OcAppleKeysLib.o -MF Darwin_X64/OcAppleKeysLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcAppleKeysLib/OcAppleKeysLib.c -o Darwin_X64/OcAppleKeysLib.o

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/FrequencyDetect.o -MF Darwin_X64/FrequencyDetect.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCpuLib/FrequencyDetect.c -o Darwin_X64/FrequencyDetect.o

cc -MMD -MT Darwin_X64/OcCpuLib.o -MF Darwin_X64/OcCpuLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcCpuLib/OcCpuLib.c -o Darwin_X64/OcCpuLib.o

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/DataPatcher.o -MF Darwin_X64/DataPatcher.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcMiscLib/DataPatcher.c -o Darwin_X64/DataPatcher.o

cc -MMD -MT Darwin_X64/KernelVersion.o -MF Darwin_X64/KernelVersion.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcAppleKernelLib/KernelVersion.c -o Darwin_X64/KernelVersion.o

cc -MMD -MT Darwin_X64/OcUnicodeCollationEngCommon.o -MF Darwin_X64/OcUnicodeCollationEngCommon.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcUnicodeCollationEngLib/OcUnicodeCollationEngCommon.c -o Darwin_X64/OcUnicodeCollationEngCommon.o

make[2]: Nothing to be done for `all'.

cc -MMD -MT Darwin_X64/OcVariableLib.o -MF Darwin_X64/OcVariableLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h ../../OpenCorePkg/Library/OcVariableLib/OcVariableLib.c -o Darwin_X64/OcVariableLib.o

make[2]: Nothing to be done for `all'.

Finished building BaseTools C Tools with HOST_ARCH=X64

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Tests

cc -mmacosx-version-min=10.6 --target=x86_64-apple-darwin Darwin_X64/MicroTool.o Darwin_X64/UefiLib.o Darwin_X64/UefiLibPrint.o Darwin_X64/CpuDeadLoop.o Darwin_X64/BaseDebugPrintErrorLevelLib.o Darwin_X64/DebugLib.o Darwin_X64/PrintLib.o Darwin_X64/PrintLibInternal.o Darwin_X64/String.o Darwin_X64/SafeString.o Darwin_X64/SwapBytes16.o Darwin_X64/SwapBytes32.o Darwin_X64/LinkedList.o Darwin_X64/HighBitSet32.o Darwin_X64/HighBitSet64.o Darwin_X64/MtrrLib.o Darwin_X64/GetPowerOfTwo32.o Darwin_X64/GetPowerOfTwo64.o Darwin_X64/Cpu.o Darwin_X64/BmpSupportLib.o Darwin_X64/SafeIntLib.o Darwin_X64/X86GetInterruptState.o Darwin_X64/PciLib.o Darwin_X64/PciExpressLib.o Darwin_X64/DevicePathUtilities.o Darwin_X64/UefiDevicePathLib.o Darwin_X64/DevicePathToText.o Darwin_X64/DevicePathFromText.o Darwin_X64/BitField.o Darwin_X64/CheckSum.o Darwin_X64/UefiSortLib.o Darwin_X64/QuickSort.o Darwin_X64/UserFile.o Darwin_X64/CommonMemoryAllocationLib.o Darwin_X64/CommonMemoryAllocationLibEx.o Darwin_X64/BaseMemoryProfileLibNull.o Darwin_X64/UserBaseMemoryLib.o Darwin_X64/UserBootServices.o Darwin_X64/UserGlobalVar.o Darwin_X64/UserMath.o Darwin_X64/UserMisc.o Darwin_X64/UserPcd.o Darwin_X64/UserUnicodeCollation.o Darwin_X64/UserOcDummy.o Darwin_X64/BaseMath.o Darwin_X64/BaseBitOverflow.o Darwin_X64/BaseNativeOverflow.o Darwin_X64/BaseTripleOverflow.o Darwin_X64/BaseAlignment.o Darwin_X64/OcSerializeLib.o Darwin_X64/OcTemplateLib.o Darwin_X64/OcXmlLib.o Darwin_X64/OcAsciiLib.o Darwin_X64/OcUnicodeLib.o Darwin_X64/RsaDigitalSign.o Darwin_X64/BigNumMontgomery.o Darwin_X64/BigNumPrimitives.o Darwin_X64/BigNumWordMul64.o Darwin_X64/Sha2.o Darwin_X64/SecureMem.o Darwin_X64/Sha512AccelDummy.o Darwin_X64/CxxSymbols.o Darwin_X64/MachoFat.o Darwin_X64/Header.o Darwin_X64/Macho32.o Darwin_X64/Macho64.o Darwin_X64/Relocations.o Darwin_X64/Symbols.o Darwin_X64/OcAppleKeysLib.o Darwin_X64/FrequencyDetect.o Darwin_X64/AppleCpuSupport.o Darwin_X64/OcCpuLib.o Darwin_X64/MeasureTicks.o Darwin_X64/ProtocolSupport.o Darwin_X64/DataPatcher.o Darwin_X64/PlatformInfo.o Darwin_X64/KernelVersion.o Darwin_X64/OcUnicodeCollationEngCommon.o Darwin_X64/OcVariableLib.o Darwin_X64/UserPseudoRandom.o  -o MicroTool

cc -MMD -MT Darwin_X64_Tool32/UserBaseMemoryLib.o -MF Darwin_X64_Tool32/UserBaseMemoryLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/User/Library/UserBaseMemoryLib.c -o Darwin_X64_Tool32/UserBaseMemoryLib.o

cc -MMD -MT Darwin_X64_Tool32/UserOcDummy.o -MF Darwin_X64_Tool32/UserOcDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/User/Library/UserOcDummy.c -o Darwin_X64_Tool32/UserOcDummy.o

cc -MMD -MT Darwin_X64_Tool32/BaseMath.o -MF Darwin_X64_Tool32/BaseMath.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../MdePkg/Library/BaseOverflowLib/BaseMath.c -o Darwin_X64_Tool32/BaseMath.o

cc -MMD -MT Darwin_X64_Tool32/BaseNativeOverflow.o -MF Darwin_X64_Tool32/BaseNativeOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../MdePkg/Library/BaseOverflowLib/BaseNativeOverflow.c -o Darwin_X64_Tool32/BaseNativeOverflow.o

cc -MMD -MT Darwin_X64_Tool32/BaseTripleOverflow.o -MF Darwin_X64_Tool32/BaseTripleOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../MdePkg/Library/BaseOverflowLib/BaseTripleOverflow.c -o Darwin_X64_Tool32/BaseTripleOverflow.o

cc -MMD -MT Darwin_X64_Tool32/OcSerializeLib.o -MF Darwin_X64_Tool32/OcSerializeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcSerializeLib/OcSerializeLib.c -o Darwin_X64_Tool32/OcSerializeLib.o

cc -MMD -MT Darwin_X64_Tool32/OcTemplateLib.o -MF Darwin_X64_Tool32/OcTemplateLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcTemplateLib/OcTemplateLib.c -o Darwin_X64_Tool32/OcTemplateLib.o

cc -MMD -MT Darwin_X64_Tool64/UserBaseMemoryLib.o -MF Darwin_X64_Tool64/UserBaseMemoryLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/User/Library/UserBaseMemoryLib.c -o Darwin_X64_Tool64/UserBaseMemoryLib.o

cc -MMD -MT Darwin_X64_Tool32/OcXmlLib.o -MF Darwin_X64_Tool32/OcXmlLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcXmlLib/OcXmlLib.c -o Darwin_X64_Tool32/OcXmlLib.o

cc -MMD -MT Darwin_X64_Tool32/OcAsciiLib.o -MF Darwin_X64_Tool32/OcAsciiLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcStringLib/OcAsciiLib.c -o Darwin_X64_Tool32/OcAsciiLib.o

cc -MMD -MT Darwin_X64_Tool64/UserOcDummy.o -MF Darwin_X64_Tool64/UserOcDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/User/Library/UserOcDummy.c -o Darwin_X64_Tool64/UserOcDummy.o

No strip in DEBUG mode MicroTool

cc -MMD -MT Darwin_X64_Tool32/OcUnicodeLib.o -MF Darwin_X64_Tool32/OcUnicodeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcStringLib/OcUnicodeLib.c -o Darwin_X64_Tool32/OcUnicodeLib.o

cc -MMD -MT Darwin_X64_Tool64/BaseMath.o -MF Darwin_X64_Tool64/BaseMath.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../MdePkg/Library/BaseOverflowLib/BaseMath.c -o Darwin_X64_Tool64/BaseMath.o

cc -MMD -MT Darwin_X64_Tool32/RsaDigitalSign.o -MF Darwin_X64_Tool32/RsaDigitalSign.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/RsaDigitalSign.c -o Darwin_X64_Tool32/RsaDigitalSign.o

cc -MMD -MT Darwin_X64_Tool32/BigNumMontgomery.o -MF Darwin_X64_Tool32/BigNumMontgomery.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/BigNumMontgomery.c -o Darwin_X64_Tool32/BigNumMontgomery.o

cc -MMD -MT Darwin_X64_Tool64/BaseTripleOverflow.o -MF Darwin_X64_Tool64/BaseTripleOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../MdePkg/Library/BaseOverflowLib/BaseTripleOverflow.c -o Darwin_X64_Tool64/BaseTripleOverflow.o

cc -MMD -MT Darwin_X64_Tool64/BaseNativeOverflow.o -MF Darwin_X64_Tool64/BaseNativeOverflow.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../MdePkg/Library/BaseOverflowLib/BaseNativeOverflow.c -o Darwin_X64_Tool64/BaseNativeOverflow.o

cc -MMD -MT Darwin_X64_Tool32/BigNumPrimitives.o -MF Darwin_X64_Tool32/BigNumPrimitives.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/BigNumPrimitives.c -o Darwin_X64_Tool32/BigNumPrimitives.o

cc -MMD -MT Darwin_X64_Tool64/OcSerializeLib.o -MF Darwin_X64_Tool64/OcSerializeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcSerializeLib/OcSerializeLib.c -o Darwin_X64_Tool64/OcSerializeLib.o

cc -MMD -MT Darwin_X64_Tool32/Sha2.o -MF Darwin_X64_Tool32/Sha2.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/Sha2.c -o Darwin_X64_Tool32/Sha2.o

cc -MMD -MT Darwin_X64_Tool64/OcTemplateLib.o -MF Darwin_X64_Tool64/OcTemplateLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcTemplateLib/OcTemplateLib.c -o Darwin_X64_Tool64/OcTemplateLib.o

cc -MMD -MT Darwin_X64_Tool32/BigNumWordMul64.o -MF Darwin_X64_Tool32/BigNumWordMul64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/Cpu32/BigNumWordMul64.c -o Darwin_X64_Tool32/BigNumWordMul64.o

cc -MMD -MT Darwin_X64_Tool64/OcXmlLib.o -MF Darwin_X64_Tool64/OcXmlLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcXmlLib/OcXmlLib.c -o Darwin_X64_Tool64/OcXmlLib.o

testHelp (TianoCompress.Tests) ... cc -MMD -MT Darwin_X64_Tool32/Sha512AccelDummy.o -MF Darwin_X64_Tool32/Sha512AccelDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/Sha512AccelDummy.c -o Darwin_X64_Tool32/Sha512AccelDummy.o

cc -MMD -MT Darwin_X64_Tool32/SecureMem.o -MF Darwin_X64_Tool32/SecureMem.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCryptoLib/SecureMem.c -o Darwin_X64_Tool32/SecureMem.o

cc -MMD -MT Darwin_X64_Tool64/OcUnicodeLib.o -MF Darwin_X64_Tool64/OcUnicodeLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcStringLib/OcUnicodeLib.c -o Darwin_X64_Tool64/OcUnicodeLib.o

cc -MMD -MT Darwin_X64_Tool64/OcAsciiLib.o -MF Darwin_X64_Tool64/OcAsciiLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcStringLib/OcAsciiLib.c -o Darwin_X64_Tool64/OcAsciiLib.o

cc -MMD -MT Darwin_X64_Tool32/CxxSymbols.o -MF Darwin_X64_Tool32/CxxSymbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/CxxSymbols.c -o Darwin_X64_Tool32/CxxSymbols.o

cc -MMD -MT Darwin_X64_Tool64/RsaDigitalSign.o -MF Darwin_X64_Tool64/RsaDigitalSign.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/RsaDigitalSign.c -o Darwin_X64_Tool64/RsaDigitalSign.o

cc -MMD -MT Darwin_X64_Tool32/MachoFat.o -MF Darwin_X64_Tool32/MachoFat.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/MachoFat.c -o Darwin_X64_Tool32/MachoFat.o

cc -MMD -MT Darwin_X64_Tool64/BigNumPrimitives.o -MF Darwin_X64_Tool64/BigNumPrimitives.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/BigNumPrimitives.c -o Darwin_X64_Tool64/BigNumPrimitives.o

cc -MMD -MT Darwin_X64_Tool32/Header.o -MF Darwin_X64_Tool32/Header.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/Header.c -o Darwin_X64_Tool32/Header.o

cc -MMD -MT Darwin_X64_Tool64/BigNumMontgomery.o -MF Darwin_X64_Tool64/BigNumMontgomery.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/BigNumMontgomery.c -o Darwin_X64_Tool64/BigNumMontgomery.o

ok

testRandomDataCycles (TianoCompress.Tests) ... cc -MMD -MT Darwin_X64_Tool32/Macho32.o -MF Darwin_X64_Tool32/Macho32.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/Macho32.c -o Darwin_X64_Tool32/Macho32.o

cc -MMD -MT Darwin_X64_Tool64/BigNumWordMul64.o -MF Darwin_X64_Tool64/BigNumWordMul64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/Cpu32/BigNumWordMul64.c -o Darwin_X64_Tool64/BigNumWordMul64.o

cc -MMD -MT Darwin_X64_Tool32/Macho64.o -MF Darwin_X64_Tool32/Macho64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/Macho64.c -o Darwin_X64_Tool32/Macho64.o

cc -MMD -MT Darwin_X64_Tool64/Sha2.o -MF Darwin_X64_Tool64/Sha2.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/Sha2.c -o Darwin_X64_Tool64/Sha2.o

cc -MMD -MT Darwin_X64_Tool32/Symbols.o -MF Darwin_X64_Tool32/Symbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMachoLib/Symbols.c -o Darwin_X64_Tool32/Symbols.o

cc -MMD -MT Darwin_X64_Tool64/SecureMem.o -MF Darwin_X64_Tool64/SecureMem.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/SecureMem.c -o Darwin_X64_Tool64/SecureMem.o

cc -MMD -MT Darwin_X64_Tool32/OcAppleKeysLib.o -MF Darwin_X64_Tool32/OcAppleKeysLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcAppleKeysLib/OcAppleKeysLib.c -o Darwin_X64_Tool32/OcAppleKeysLib.o

cc -MMD -MT Darwin_X64_Tool64/Sha512AccelDummy.o -MF Darwin_X64_Tool64/Sha512AccelDummy.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCryptoLib/Sha512AccelDummy.c -o Darwin_X64_Tool64/Sha512AccelDummy.o

cc -MMD -MT Darwin_X64_Tool32/FrequencyDetect.o -MF Darwin_X64_Tool32/FrequencyDetect.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCpuLib/FrequencyDetect.c -o Darwin_X64_Tool32/FrequencyDetect.o

cc -MMD -MT Darwin_X64_Tool64/CxxSymbols.o -MF Darwin_X64_Tool64/CxxSymbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/CxxSymbols.c -o Darwin_X64_Tool64/CxxSymbols.o

cc -MMD -MT Darwin_X64_Tool32/OcCpuLib.o -MF Darwin_X64_Tool32/OcCpuLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcCpuLib/OcCpuLib.c -o Darwin_X64_Tool32/OcCpuLib.o

cc -MMD -MT Darwin_X64_Tool64/Header.o -MF Darwin_X64_Tool64/Header.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/Header.c -o Darwin_X64_Tool64/Header.o

cc -MMD -MT Darwin_X64_Tool64/MachoFat.o -MF Darwin_X64_Tool64/MachoFat.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/MachoFat.c -o Darwin_X64_Tool64/MachoFat.o

cc -MMD -MT Darwin_X64_Tool64/Macho64.o -MF Darwin_X64_Tool64/Macho64.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/Macho64.c -o Darwin_X64_Tool64/Macho64.o

cc -MMD -MT Darwin_X64_Tool64/Macho32.o -MF Darwin_X64_Tool64/Macho32.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/Macho32.c -o Darwin_X64_Tool64/Macho32.o

cc -MMD -MT Darwin_X64_Tool32/DataPatcher.o -MF Darwin_X64_Tool32/DataPatcher.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcMiscLib/DataPatcher.c -o Darwin_X64_Tool32/DataPatcher.o

cc -MMD -MT Darwin_X64_Tool64/Symbols.o -MF Darwin_X64_Tool64/Symbols.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMachoLib/Symbols.c -o Darwin_X64_Tool64/Symbols.o

cc -MMD -MT Darwin_X64_Tool32/KernelVersion.o -MF Darwin_X64_Tool32/KernelVersion.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcAppleKernelLib/KernelVersion.c -o Darwin_X64_Tool32/KernelVersion.o

cc -MMD -MT Darwin_X64_Tool64/OcAppleKeysLib.o -MF Darwin_X64_Tool64/OcAppleKeysLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcAppleKeysLib/OcAppleKeysLib.c -o Darwin_X64_Tool64/OcAppleKeysLib.o

cc -MMD -MT Darwin_X64_Tool32/OcUnicodeCollationEngCommon.o -MF Darwin_X64_Tool32/OcUnicodeCollationEngCommon.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcUnicodeCollationEngLib/OcUnicodeCollationEngCommon.c -o Darwin_X64_Tool32/OcUnicodeCollationEngCommon.o

cc -MMD -MT Darwin_X64_Tool64/FrequencyDetect.o -MF Darwin_X64_Tool64/FrequencyDetect.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCpuLib/FrequencyDetect.c -o Darwin_X64_Tool64/FrequencyDetect.o

cc -MMD -MT Darwin_X64_Tool32/OcVariableLib.o -MF Darwin_X64_Tool32/OcVariableLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET32 ../../OpenCorePkg/Library/OcVariableLib/OcVariableLib.c -o Darwin_X64_Tool32/OcVariableLib.o

cc -MMD -MT Darwin_X64_Tool64/OcCpuLib.o -MF Darwin_X64_Tool64/OcCpuLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcCpuLib/OcCpuLib.c -o Darwin_X64_Tool64/OcCpuLib.o

cc -MMD -MT Darwin_X64_Tool64/DataPatcher.o -MF Darwin_X64_Tool64/DataPatcher.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcMiscLib/DataPatcher.c -o Darwin_X64_Tool64/DataPatcher.o

cc -MMD -MT Darwin_X64_Tool64/KernelVersion.o -MF Darwin_X64_Tool64/KernelVersion.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcAppleKernelLib/KernelVersion.c -o Darwin_X64_Tool64/KernelVersion.o

cc -MMD -MT Darwin_X64_Tool64/OcUnicodeCollationEngCommon.o -MF Darwin_X64_Tool64/OcUnicodeCollationEngCommon.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcUnicodeCollationEngLib/OcUnicodeCollationEngCommon.c -o Darwin_X64_Tool64/OcUnicodeCollationEngCommon.o

cc -MMD -MT Darwin_X64_Tool64/OcVariableLib.o -MF Darwin_X64_Tool64/OcVariableLib.d -c -fshort-wchar -Wall -Wextra -D EFIUSER -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-address -mmacosx-version-min=10.6 --target=x86_64-apple-darwin -D ENTRY_POINT=main -g -O0 -D EFIUSER_DEBUG -I../../OpenCorePkg/User/Include -I../../OpenCorePkg/Include/Acidanthera -I../../OpenCorePkg/Include/Apple -I../../OpenCorePkg/Include/Apple/X64 -I../../OpenCorePkg/Include/Generic -I../../OpenCorePkg/Include/Intel -I../../OpenCorePkg/Include/Microsoft -I../../OpenCorePkg/Include/Nvidia -D NO_MSABI_VA_FUNCS -D OC_TARGET_DEBUG -I../../MdePkg/Include -I../../MdePkg/Include/Library -I../../MdePkg/Include/X64 -I../../MdePkg/Library/BaseLib -I../../MdeModulePkg/Include -I../../UefiCpuPkg/Include -include ../../OpenCorePkg/User/Include/UserPcd.h -include ../../OpenCorePkg/User/Include/UserGlobalVar.h -include Pcds.h -Werror -DEFI_TARGET64 ../../OpenCorePkg/Library/OcVariableLib/OcVariableLib.c -o Darwin_X64_Tool64/OcVariableLib.o

ok

test_AmlToC_AmlToC (CheckPythonSyntax.Tests) ... ok

test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok

test_AutoGen_AutoGenWorker (CheckPythonSyntax.Tests) ... ok

test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok

test_AutoGen_DataPipe (CheckPythonSyntax.Tests) ... ok

test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok

test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok

test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok

test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok

test_AutoGen_GenVar (CheckPythonSyntax.Tests) ... ok

test_AutoGen_IdfClassObject (CheckPythonSyntax.Tests) ... ok

test_AutoGen_IncludesAutoGen (CheckPythonSyntax.Tests) ... ok

test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok

test_AutoGen_ModuleAutoGen (CheckPythonSyntax.Tests) ... ok

test_AutoGen_ModuleAutoGenHelper (CheckPythonSyntax.Tests) ... ok

test_AutoGen_PlatformAutoGen (CheckPythonSyntax.Tests) ... ok

test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok

test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok

test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... cc -mmacosx-version-min=10.6 --target=x86_64-apple-darwin Darwin_X64_Tool32/ImageTool.o Darwin_X64_Tool32/Image.o Darwin_X64_Tool32/PeEmit.o Darwin_X64_Tool32/PeScan.o Darwin_X64_Tool32/UeEmit.o Darwin_X64_Tool32/ElfScan.o Darwin_X64_Tool32/BinEmit.o Darwin_X64_Tool32/BaseAlignment.o Darwin_X64_Tool32/BaseBitOverflow.o Darwin_X64_Tool32/UeImageLib.o Darwin_X64_Tool32/UefiImageExtraActionLib.o Darwin_X64_Tool32/PeCoffInit.o Darwin_X64_Tool32/PeCoffInfo.o Darwin_X64_Tool32/PeCoffLoad.o Darwin_X64_Tool32/PeCoffRelocate.o Darwin_X64_Tool32/PeCoffHii.o Darwin_X64_Tool32/PeCoffDebug.o Darwin_X64_Tool32/UefiLib.o Darwin_X64_Tool32/UefiLibPrint.o Darwin_X64_Tool32/CpuDeadLoop.o Darwin_X64_Tool32/BaseDebugPrintErrorLevelLib.o Darwin_X64_Tool32/DebugLib.o Darwin_X64_Tool32/PrintLib.o Darwin_X64_Tool32/PrintLibInternal.o Darwin_X64_Tool32/String.o Darwin_X64_Tool32/SafeString.o Darwin_X64_Tool32/SwapBytes16.o Darwin_X64_Tool32/SwapBytes32.o Darwin_X64_Tool32/LinkedList.o Darwin_X64_Tool32/HighBitSet32.o Darwin_X64_Tool32/HighBitSet64.o Darwin_X64_Tool32/MtrrLib.o Darwin_X64_Tool32/GetPowerOfTwo32.o Darwin_X64_Tool32/GetPowerOfTwo64.o Darwin_X64_Tool32/Cpu.o Darwin_X64_Tool32/BmpSupportLib.o Darwin_X64_Tool32/SafeIntLib.o Darwin_X64_Tool32/X86GetInterruptState.o Darwin_X64_Tool32/PciLib.o Darwin_X64_Tool32/PciExpressLib.o Darwin_X64_Tool32/DevicePathUtilities.o Darwin_X64_Tool32/UefiDevicePathLib.o Darwin_X64_Tool32/DevicePathToText.o Darwin_X64_Tool32/DevicePathFromText.o Darwin_X64_Tool32/BitField.o Darwin_X64_Tool32/CheckSum.o Darwin_X64_Tool32/UefiSortLib.o Darwin_X64_Tool32/QuickSort.o Darwin_X64_Tool32/UserFile.o Darwin_X64_Tool32/CommonMemoryAllocationLib.o Darwin_X64_Tool32/CommonMemoryAllocationLibEx.o Darwin_X64_Tool32/BaseMemoryProfileLibNull.o Darwin_X64_Tool32/UserBaseMemoryLib.o Darwin_X64_Tool32/UserBootServices.o Darwin_X64_Tool32/UserGlobalVar.o Darwin_X64_Tool32/UserMath.o Darwin_X64_Tool32/UserMisc.o Darwin_X64_Tool32/UserPcd.o Darwin_X64_Tool32/UserUnicodeCollation.o Darwin_X64_Tool32/UserOcDummy.o Darwin_X64_Tool32/BaseMath.o Darwin_X64_Tool32/BaseBitOverflow.o Darwin_X64_Tool32/BaseNativeOverflow.o Darwin_X64_Tool32/BaseTripleOverflow.o Darwin_X64_Tool32/BaseAlignment.o Darwin_X64_Tool32/OcSerializeLib.o Darwin_X64_Tool32/OcTemplateLib.o Darwin_X64_Tool32/OcXmlLib.o Darwin_X64_Tool32/OcAsciiLib.o Darwin_X64_Tool32/OcUnicodeLib.o Darwin_X64_Tool32/RsaDigitalSign.o Darwin_X64_Tool32/BigNumMontgomery.o Darwin_X64_Tool32/BigNumPrimitives.o Darwin_X64_Tool32/BigNumWordMul64.o Darwin_X64_Tool32/Sha2.o Darwin_X64_Tool32/SecureMem.o Darwin_X64_Tool32/Sha512AccelDummy.o Darwin_X64_Tool32/CxxSymbols.o Darwin_X64_Tool32/MachoFat.o Darwin_X64_Tool32/Header.o Darwin_X64_Tool32/Macho32.o Darwin_X64_Tool32/Macho64.o Darwin_X64_Tool32/Relocations.o Darwin_X64_Tool32/Symbols.o Darwin_X64_Tool32/OcAppleKeysLib.o Darwin_X64_Tool32/FrequencyDetect.o Darwin_X64_Tool32/AppleCpuSupport.o Darwin_X64_Tool32/OcCpuLib.o Darwin_X64_Tool32/MeasureTicks.o Darwin_X64_Tool32/ProtocolSupport.o Darwin_X64_Tool32/DataPatcher.o Darwin_X64_Tool32/PlatformInfo.o Darwin_X64_Tool32/KernelVersion.o Darwin_X64_Tool32/OcUnicodeCollationEngCommon.o Darwin_X64_Tool32/OcVariableLib.o Darwin_X64_Tool32/UserPseudoRandom.o  -o ImageTool32

ok

test_AutoGen_WorkspaceAutoGen (CheckPythonSyntax.Tests) ... cc -mmacosx-version-min=10.6 --target=x86_64-apple-darwin Darwin_X64_Tool64/ImageTool.o Darwin_X64_Tool64/Image.o Darwin_X64_Tool64/PeEmit.o Darwin_X64_Tool64/PeScan.o Darwin_X64_Tool64/UeEmit.o Darwin_X64_Tool64/ElfScan.o Darwin_X64_Tool64/BinEmit.o Darwin_X64_Tool64/BaseAlignment.o Darwin_X64_Tool64/BaseBitOverflow.o Darwin_X64_Tool64/UeImageLib.o Darwin_X64_Tool64/UefiImageExtraActionLib.o Darwin_X64_Tool64/PeCoffInit.o Darwin_X64_Tool64/PeCoffInfo.o Darwin_X64_Tool64/PeCoffLoad.o Darwin_X64_Tool64/PeCoffRelocate.o Darwin_X64_Tool64/PeCoffHii.o Darwin_X64_Tool64/PeCoffDebug.o Darwin_X64_Tool64/UefiLib.o Darwin_X64_Tool64/UefiLibPrint.o Darwin_X64_Tool64/CpuDeadLoop.o Darwin_X64_Tool64/BaseDebugPrintErrorLevelLib.o Darwin_X64_Tool64/DebugLib.o Darwin_X64_Tool64/PrintLib.o Darwin_X64_Tool64/PrintLibInternal.o Darwin_X64_Tool64/String.o Darwin_X64_Tool64/SafeString.o Darwin_X64_Tool64/SwapBytes16.o Darwin_X64_Tool64/SwapBytes32.o Darwin_X64_Tool64/LinkedList.o Darwin_X64_Tool64/HighBitSet32.o Darwin_X64_Tool64/HighBitSet64.o Darwin_X64_Tool64/MtrrLib.o Darwin_X64_Tool64/GetPowerOfTwo32.o Darwin_X64_Tool64/GetPowerOfTwo64.o Darwin_X64_Tool64/Cpu.o Darwin_X64_Tool64/BmpSupportLib.o Darwin_X64_Tool64/SafeIntLib.o Darwin_X64_Tool64/X86GetInterruptState.o Darwin_X64_Tool64/PciLib.o Darwin_X64_Tool64/PciExpressLib.o Darwin_X64_Tool64/DevicePathUtilities.o Darwin_X64_Tool64/UefiDevicePathLib.o Darwin_X64_Tool64/DevicePathToText.o Darwin_X64_Tool64/DevicePathFromText.o Darwin_X64_Tool64/BitField.o Darwin_X64_Tool64/CheckSum.o Darwin_X64_Tool64/UefiSortLib.o Darwin_X64_Tool64/QuickSort.o Darwin_X64_Tool64/UserFile.o Darwin_X64_Tool64/CommonMemoryAllocationLib.o Darwin_X64_Tool64/CommonMemoryAllocationLibEx.o Darwin_X64_Tool64/BaseMemoryProfileLibNull.o Darwin_X64_Tool64/UserBaseMemoryLib.o Darwin_X64_Tool64/UserBootServices.o Darwin_X64_Tool64/UserGlobalVar.o Darwin_X64_Tool64/UserMath.o Darwin_X64_Tool64/UserMisc.o Darwin_X64_Tool64/UserPcd.o Darwin_X64_Tool64/UserUnicodeCollation.o Darwin_X64_Tool64/UserOcDummy.o Darwin_X64_Tool64/BaseMath.o Darwin_X64_Tool64/BaseBitOverflow.o Darwin_X64_Tool64/BaseNativeOverflow.o Darwin_X64_Tool64/BaseTripleOverflow.o Darwin_X64_Tool64/BaseAlignment.o Darwin_X64_Tool64/OcSerializeLib.o Darwin_X64_Tool64/OcTemplateLib.o Darwin_X64_Tool64/OcXmlLib.o Darwin_X64_Tool64/OcAsciiLib.o Darwin_X64_Tool64/OcUnicodeLib.o Darwin_X64_Tool64/RsaDigitalSign.o Darwin_X64_Tool64/BigNumMontgomery.o Darwin_X64_Tool64/BigNumPrimitives.o Darwin_X64_Tool64/BigNumWordMul64.o Darwin_X64_Tool64/Sha2.o Darwin_X64_Tool64/SecureMem.o Darwin_X64_Tool64/Sha512AccelDummy.o Darwin_X64_Tool64/CxxSymbols.o Darwin_X64_Tool64/MachoFat.o Darwin_X64_Tool64/Header.o Darwin_X64_Tool64/Macho32.o Darwin_X64_Tool64/Macho64.o Darwin_X64_Tool64/Relocations.o Darwin_X64_Tool64/Symbols.o Darwin_X64_Tool64/OcAppleKeysLib.o Darwin_X64_Tool64/FrequencyDetect.o Darwin_X64_Tool64/AppleCpuSupport.o Darwin_X64_Tool64/OcCpuLib.o Darwin_X64_Tool64/MeasureTicks.o Darwin_X64_Tool64/ProtocolSupport.o Darwin_X64_Tool64/DataPatcher.o Darwin_X64_Tool64/PlatformInfo.o Darwin_X64_Tool64/KernelVersion.o Darwin_X64_Tool64/OcUnicodeCollationEngCommon.o Darwin_X64_Tool64/OcVariableLib.o Darwin_X64_Tool64/UserPseudoRandom.o  -o ImageTool64

ok

test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok

test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok

test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok

test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok

test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok

test_Capsule_GenerateCapsule (CheckPythonSyntax.Tests) ... ok

test_Capsule_GenerateWindowsDriver (CheckPythonSyntax.Tests) ... ok

test_Capsule_WindowsCapsuleSupportHelper (CheckPythonSyntax.Tests) ... ok

test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok

test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok

test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok

test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok

test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok

test_Common_BuildVersion (CheckPythonSyntax.Tests) ... duplicate symbol '_BaseOverflowMulU16' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU16' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU16' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulU64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulS64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddS64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubS64' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulU32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulS32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddS32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubS32' in:

    Darwin_X64_Tool64/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAlignUpU32' in:

    Darwin_X64_Tool64/BaseAlignment.o

ok

test_Common_DataType (CheckPythonSyntax.Tests) ... duplicate symbol '_BaseOverflowMulU16' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU16' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU16' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulU64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulS64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddS64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubS64' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulU32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddU32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubU32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowMulS32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAddS32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowSubS32' in:

    Darwin_X64_Tool32/BaseBitOverflow.o

duplicate symbol '_BaseOverflowAlignUpU32' in:

    Darwin_X64_Tool32/BaseAlignment.o

ld: 16 duplicate symbols for architecture x86_64

ld: 16 duplicate symbols for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [ImageTool64] Error 1

make[2]: *** [ImageTool32] Error 1

make[1]: *** [Tool64] Error 2

make[1]: *** Waiting for unfinished jobs....

make[1]: *** [Tool32] Error 2

make: *** [ImageTool] Error 2

make: *** Waiting for unfinished jobs....

ok

test_Common_Edk2_Capsule_FmpPayloadHeader (CheckPythonSyntax.Tests) ... ok

test_Common_Edk2_Capsule___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_Edk2___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok

test_Common_Expression (CheckPythonSyntax.Tests) ... ok

test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok

test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok

test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok

test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok

test_Common_Misc (CheckPythonSyntax.Tests) ... ok

test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok

test_Common_Parsing (CheckPythonSyntax.Tests) ... ok

test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok

test_Common_StringUtils (CheckPythonSyntax.Tests) ... ok

test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok

test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi_Capsule_CapsuleDependency (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi_Capsule_FmpAuthHeader (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi_Capsule_FmpCapsuleHeader (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi_Capsule_UefiCapsuleHeader (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi_Capsule___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_Uefi___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok

test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok

test_Common___init__ (CheckPythonSyntax.Tests) ... ok

test_Common_caching (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser3_CParser (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser3___init__ (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser4_CListener (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser4_CParser (CheckPythonSyntax.Tests) ... ok

test_Ecc_CParser4___init__ (CheckPythonSyntax.Tests) ... ok

test_Ecc_Check (CheckPythonSyntax.Tests) ... ok

test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok

test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok

test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok

test_Ecc_Database (CheckPythonSyntax.Tests) ... ok

test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok

test_Ecc_EccMain (CheckPythonSyntax.Tests) ... ok

test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok

test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok

test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok

test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok

test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok

test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok

test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok

test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok

test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok

test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok

test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok

test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok

test_Ecc_c (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser3_CParser (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser3___init__ (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser4_CListener (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser4_CParser (CheckPythonSyntax.Tests) ... ok

test_Eot_CParser4___init__ (CheckPythonSyntax.Tests) ... ok

test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok

test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok

test_Eot_Database (CheckPythonSyntax.Tests) ... ok

test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok

test_Eot_EotMain (CheckPythonSyntax.Tests) ... ok

test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok

test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok

test_Eot_Identification (CheckPythonSyntax.Tests) ... ok

test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok

test_Eot_Parser (CheckPythonSyntax.Tests) ... ok

test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok

test_Eot_Report (CheckPythonSyntax.Tests) ... ok

test_Eot___init__ (CheckPythonSyntax.Tests) ... ok

test_Eot_c (CheckPythonSyntax.Tests) ... ok

test_FMMT_FMMT (CheckPythonSyntax.Tests) ... ok

test_FMMT___init__ (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_BinaryFactoryProduct (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_BiosTree (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_BiosTreeNode (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_FMMTOperation (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_FMMTParser (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_FvHandler (CheckPythonSyntax.Tests) ... ok

test_FMMT_core_GuidTools (CheckPythonSyntax.Tests) ... ok

test_FMMT_utils_FmmtLogger (CheckPythonSyntax.Tests) ... ok

test_FMMT_utils_FvLayoutPrint (CheckPythonSyntax.Tests) ... ok

test_FirmwareStorageFormat_Common (CheckPythonSyntax.Tests) ... ok

test_FirmwareStorageFormat_FfsFileHeader (CheckPythonSyntax.Tests) ... ok

test_FirmwareStorageFormat_FvHeader (CheckPythonSyntax.Tests) ... ok

test_FirmwareStorageFormat_SectionHeader (CheckPythonSyntax.Tests) ... ok

test_FirmwareStorageFormat___init__ (CheckPythonSyntax.Tests) ... ok

test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok

test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok

test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok

test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok

test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok

test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok

test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok

test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok

test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok

test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok

test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok

test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok

test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok

test_GenFds_Region (CheckPythonSyntax.Tests) ... ok

test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok

test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok

test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok

test_GenFds_Section (CheckPythonSyntax.Tests) ... ok

test_GenFds_SubTypeGuidSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok

test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok

test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok

test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok

test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok

test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok

test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok

test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok

test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok

test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok

test_Split_Split (CheckPythonSyntax.Tests) ... ok

test_Split___init__ (CheckPythonSyntax.Tests) ... ok

test_Table_Table (CheckPythonSyntax.Tests) ... ok

test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok

test_Table_TableDec (CheckPythonSyntax.Tests) ... ok

test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok

test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok

test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok

test_Table_TableFile (CheckPythonSyntax.Tests) ... ok

test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok

test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok

test_Table_TableInf (CheckPythonSyntax.Tests) ... ok

test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok

test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok

test_Table_TableReport (CheckPythonSyntax.Tests) ... ok

test_Table___init__ (CheckPythonSyntax.Tests) ... ok

test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok

test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok

test_Trim_Trim (CheckPythonSyntax.Tests) ... ok

test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok

test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok

test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok

test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok

test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok

test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok

test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok

test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok

test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok

test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok

test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_StringUtils (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok

test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok

test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok

test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok

test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok

test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok

test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok

test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok

test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok

test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok

test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok

test_UPT_UPT (CheckPythonSyntax.Tests) ... ok

test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok

test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok

test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok

test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok

test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok

test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok

test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok

test_Workspace_DecBuildData (CheckPythonSyntax.Tests) ... ok

test_Workspace_DscBuildData (CheckPythonSyntax.Tests) ... ok

test_Workspace_InfBuildData (CheckPythonSyntax.Tests) ... ok

test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok

test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok

test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok

test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok

test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok

test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok

test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok

test_build_BuildReport (CheckPythonSyntax.Tests) ... ok

test_build___init__ (CheckPythonSyntax.Tests) ... ok

test_build_build (CheckPythonSyntax.Tests) ... ok

test_build_buildoptions (CheckPythonSyntax.Tests) ... ok

test_sitecustomize (CheckPythonSyntax.Tests) ... ok

test_tests_Split_test_split (CheckPythonSyntax.Tests) ... ok

test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok

test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok

testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok

testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok

testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok

testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok

testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok

testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

 

----------------------------------------------------------------------

Ran 302 tests in 4.339s

 

OK

 

Link to comment
Share on other sites

×
×
  • Create New...