Jump to content

Good bye Clover-32


Slice
 Share

36 posts in this topic

Recommended Posts

  • 6 months later...

You can still build the 32 bit binaries. It just takes a little more work.

 

EDIT: Also I have two computers that have 32bit UEFI and one has an Atom (not old), the other has a Haswell........?

  • Like 3
Link to comment
Share on other sites

There aren't even any build errors, it still builds perfectly fine, as the windows build script still builds 32bit. The difference is that you have to be careful about using UINTN and UINT64 in 32bit code where there is no issue with 64bit.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...
22 hours ago, ellaosx said:

How did you do it, any script?

./ebuild.sh -fr --ia32 -xcode5

 

there will be an error related with gSettings.IntelMaxBacklight, just remove or comment these lines

does my compliled  file work for you?

Edited by Rodion2010
Link to comment
Share on other sites

8 hours ago, Rodion2010 said:

./ebuild.sh -fr --ia32 -xcode5

 

there will be an error related with gSettings.IntelMaxBacklight, just remove or comment these lines

does my compliled  file work for you?

 

Thanks for the info.

Im getting:

Undefined symbols for architecture i386:
  "___udivdi3", referenced from:
      _SetDevices in CLOVER.lib(Settings.obj)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [/Users/ella/src/edk2/Build/Clover/RELEASE_XCODE5/IA32/Clover/rEFIt_UEFI/refit/DEBUG/CLOVER.dll] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/ella/src/edk2/Build/Clover/RELEASE_XCODE5/IA32/Clover/rEFIt_UEFI/refit]


build.py...
 : error F002: Failed to build module
	/Users/ella/src/edk2/Clover/rEFIt_UEFI/refit.inf [IA32, XCODE5, RELEASE]

- Failed -
Build end time: 15:04:10, Nov.21 2018
Build total time: 00:01:02

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
 Share

×
×
  • Create New...