|
Windows 10 build failing
I checkout latest stable tag: edk2-stable202205 I use VS2015 toolchain. It works on my side…
I checkout latest stable tag: edk2-stable202205 I use VS2015 toolchain. It works on my side…
|
By
Kilian Kegel
· #90581
·
|
|
Windows 10 build failing
git clone --recursive https://github.com/tianocore/edk2.git That works! You forgot “—recursive”
git clone --recursive https://github.com/tianocore/edk2.git That works! You forgot “—recursive”
|
By
Kilian Kegel
· #90569
·
|
|
including redfish libs results in multiple definitions of symbols
Hi xp, Sorry: I didn’t suggest, I just explained the root cause for such trouble. That is true for all tool chains. But, comparing the two library files from the sourcecode MdeModulePkg tells me, that
Hi xp, Sorry: I didn’t suggest, I just explained the root cause for such trouble. That is true for all tool chains. But, comparing the two library files from the sourcecode MdeModulePkg tells me, that
|
By
Kilian Kegel
· #90063
·
|
|
including redfish libs results in multiple definitions of symbols
Correction: if a .LIB is passed to the linker instead, the linker searches the .LIB for a particular symbol (e.g. function, data). The specific .OBJ module that holds that particular symbol, is linked
Correction: if a .LIB is passed to the linker instead, the linker searches the .LIB for a particular symbol (e.g. function, data). The specific .OBJ module that holds that particular symbol, is linked
|
By
Kilian Kegel
· #90014
·
|
|
including redfish libs results in multiple definitions of symbols
Hi xp, your build failure is the result of a “link-all” mechanism or 2. the result of a library construction flaw that is commonly used in EDK2. or both Let me explain the theory: an .OBJ file is crea
Hi xp, your build failure is the result of a “link-all” mechanism or 2. the result of a library construction flaw that is commonly used in EDK2. or both Let me explain the theory: an .OBJ file is crea
|
By
Kilian Kegel
· #90013
·
|
|
[PATCH 0/3] [RFC] consolidate compiler intrinsics
Hi Gerd, additionally I would suggest once more to adjust the DLINK_FLAGS in tools_def.txt to hold CompilerNameINTRIN32/64.LIB as a search library as already introduced in https://edk2.groups.io/g/dev
Hi Gerd, additionally I would suggest once more to adjust the DLINK_FLAGS in tools_def.txt to hold CompilerNameINTRIN32/64.LIB as a search library as already introduced in https://edk2.groups.io/g/dev
|
By
Kilian Kegel
· #87196
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi, If the source code below was linkable for all UEFI targets PEI+DXE+SMM+Shell, then the most urgent integer/memset()/memcpy() issues would be gone. NOTE: The program can not run anywhere. > That me
Hi, If the source code below was linkable for all UEFI targets PEI+DXE+SMM+Shell, then the most urgent integer/memset()/memcpy() issues would be gone. NOTE: The program can not run anywhere. > That me
|
By
Kilian Kegel
· #86334
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi Andrew, hi Mike, hi Gerd, >Very cool idea but … The good news: A common solution for the / % << >> C operator issue for all platforms is in sight for 64Bit integers. I will discuss my findings alon
Hi Andrew, hi Mike, hi Gerd, >Very cool idea but … The good news: A common solution for the / % << >> C operator issue for all platforms is in sight for 64Bit integers. I will discuss my findings alon
|
By
Kilian Kegel
· #86230
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi Pedro, what are you talking about? Please send disassemblies, map files, C samples programs. Let’s focusing on the most urgent intrinsic function needed for / % << and >> operators first. Quick not
Hi Pedro, what are you talking about? Please send disassemblies, map files, C samples programs. Let’s focusing on the most urgent intrinsic function needed for / % << and >> operators first. Quick not
|
By
Kilian Kegel
· #86178
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi Gerd, >* On my system the gcc intrinsics are only available as shared library, > so the "just unpack the lib and use the object files" idea is not > going to work. This little C program makes an un
Hi Gerd, >* On my system the gcc intrinsics are only available as shared library, > so the "just unpack the lib and use the object files" idea is not > going to work. This little C program makes an un
|
By
Kilian Kegel
· #86126
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi Mike, thank you for your explanation. I understand all the technical aspects. But let me go into the details of my approach, that skips step 2) to 5) and adds step 1.5) >I think in practice, the in
Hi Mike, thank you for your explanation. I understand all the technical aspects. But let me go into the details of my approach, that skips step 2) to 5) and adds step 1.5) >I think in practice, the in
|
By
Kilian Kegel
· #86072
·
|
|
[PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
The 64-bit integer math intrinsics and other intrinsic problems could be solved easily for ever: Putting all .OBJ files together from LIBCMT.H or INT64.LIB (for ll*.obj and ull*.obj only) ltod3.obj ft
The 64-bit integer math intrinsics and other intrinsic problems could be solved easily for ever: Putting all .OBJ files together from LIBCMT.H or INT64.LIB (for ll*.obj and ull*.obj only) ltod3.obj ft
|
By
Kilian Kegel
· #86027
·
|
|
CdePkgBlog 2022-01-16 -- Introduction of the ACPICA port to UEFI
Hi Andrew, hi Jordan, hi Maciej, hi all, this task was suggested by @ajfish and @jljusten at tianocore / tianocore.github.io: https://github.com/tianocore/tianocore.github.io/wiki/Tasks#port-acpi-ca-t
Hi Andrew, hi Jordan, hi Maciej, hi all, this task was suggested by @ajfish and @jljusten at tianocore / tianocore.github.io: https://github.com/tianocore/tianocore.github.io/wiki/Tasks#port-acpi-ca-t
|
By
Kilian Kegel
· #85720
·
|
|
CdePkgBlog 2021-12-19
Hi Maciej, hi all, I didn’t get any feedback from you, what exactly you would like CdePkg to do for Redfish. So I chose to demonstrate all functions from wchar.h and wctype.h that are implemented in t
Hi Maciej, hi all, I didn’t get any feedback from you, what exactly you would like CdePkg to do for Redfish. So I chose to demonstrate all functions from wchar.h and wctype.h that are implemented in t
|
By
Kilian Kegel
· #85099
·
|
|
CdePkgBlog 2021-12-12
Hi Maciej, hi all, regrettably the announced CdePkgBlog for today is still under process and will be published next Sunday. And also the schedule for the other CdePkgBlogs has changed: Here are some i
Hi Maciej, hi all, regrettably the announced CdePkgBlog for today is still under process and will be published next Sunday. And also the schedule for the other CdePkgBlogs has changed: Here are some i
|
By
Kilian Kegel
· #84665
·
|
|
CdePkgBlog 2021-11-18
Hi All, as announced in my last CdePkgBlog I’d like to demonstrate how to design, create and build missing tools for the UEFI Shell, that are still known today from the Windows command line: FIND and
Hi All, as announced in my last CdePkgBlog I’d like to demonstrate how to design, create and build missing tools for the UEFI Shell, that are still known today from the Windows command line: FIND and
|
By
Kilian Kegel
· #84122
·
|
|
CdePkgBlog 2021-11-14
Hi Maciej, CdePkg is already integrated into EDK2 and satisfies all your needs for pre-/post-memory PEI, DXE, (SMM in latest releases only), BDS and UEFI Shell too. I have introduced CdePkg for POST u
Hi Maciej, CdePkg is already integrated into EDK2 and satisfies all your needs for pre-/post-memory PEI, DXE, (SMM in latest releases only), BDS and UEFI Shell too. I have introduced CdePkg for POST u
|
By
Kilian Kegel
· #84057
·
|
|
CdePkgBlog 2021-11-14
Hi All, as announced last summer, I’d like to start a comprehensive tutorial on how to use Standard C / ANSI C in the UEFI environment and how to design and implement such a library for Shell and POST
Hi All, as announced last summer, I’d like to start a comprehensive tutorial on how to use Standard C / ANSI C in the UEFI environment and how to design and implement such a library for Shell and POST
|
By
Kilian Kegel
· #83734
·
|
|
"StdLibPkg" branch on edk2-staging
Hi Maciej, I have updated and fixed build errors in branch CdePkg (https://github.com/tianocore/edk2-staging.git). Also a POST trace is recorded on my MinnowBoard and stored here: https://raw.githubus
Hi Maciej, I have updated and fixed build errors in branch CdePkg (https://github.com/tianocore/edk2-staging.git). Also a POST trace is recorded on my MinnowBoard and stored here: https://raw.githubus
|
By
Kilian Kegel
· #79112
·
|
|
"StdLibPkg" branch on edk2-staging
Hi all, I plan to come back with the https://github.com/tianocore/edk2-staging/tree/CdePkg end of this year and to unroll the source code of fundamental parts of my C Library and discuss that along th
Hi all, I plan to come back with the https://github.com/tianocore/edk2-staging/tree/CdePkg end of this year and to unroll the source code of fundamental parts of my C Library and discuss that along th
|
By
Kilian Kegel
· #78698
·
|