--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f7f7147b-ff87-4563-97be-b3631aec5a50n%40chromium.org.
AOT Technologies Pvt. Ltd.
3rd Floor, Amstor Building, Technopark,
Thiruvananthapuram, Kerala, India - 695581
http://www.aot-technologies.com
"Learn something new everyday to ignite your inner self"
Hi Bruce
I believe my SDK version was different, so I updated my SDK using the Visual Studio installer. However, I couldn’t locate the exact version in the installer ( 10.0.22621.2428 ), so I proceeded with this version 10.0.22621.0 and installed the debugging tool. Unfortunately, the same issue occurred during the build step. I then tried the latest version (10.0.26100.0), but the same problem persisted. Available versions as per my VS installer is in the Attachment.please take a look,
I am installing these from Visual Studio. Is there anything I might be missing while installing the SDK, or should I explore other methods to install it?
Additionally, I was unable to check the version number of out\default\dbghelp.dll since it was not readable.
I humbly request your assistance on this matter. Thank you very much in advance!
my Error logs
C:\code\chromium\src>autoninja -C out\Default chrome
ninja: Entering directory `out\Default'
[4936/49765] ACTION //net/http:generate_transport_security_state(//build/toolchain/win:win_clang_x64)
FAILED: gen/net/http/transport_security_state_static.h
C:/code/depot_tools/bootstrap-2@3_11_8_chromium_35_bin/python3/bin/python3.exe ../../build/gn_run_binary.py transport_security_state_generator.exe ../../net/http/transport_security_state_static.json ../../net/http/transport_security_state_static_pins.json ../../net/http/transport_security_state_static.pins ../../net/http/transport_security_state_static.template gen/net/http/transport_security_state_static.h
transport_security_state_generator.exe failed with exit code 3221225785
[4941/49765] ACTION //net/data/ssl/chrome_root_store:gen_root_store_inc(//build/toolchain/win:win_clang_x64)
FAILED: gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc
C:/code/depot_tools/bootstrap-2@3_11_8_chromium_35_bin/python3/bin/python3.exe ../../build/gn_run_binary.py root_store_tool.exe --root-store=../../net/data/ssl/chrome_root_store/root_store.textproto --certs=../../net/data/ssl/chrome_root_store/root_store.certs --write-cpp-root-store=gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc --write-cpp-ev-roots=gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc
root_store_tool.exe failed with exit code 3221225785
[4953/49765] CXX obj/url/url/origin.obj
ninja: build stopped: subcommand failed.
@Bruce, one more thing I noticed is that I am still using Windows 10, as I am using an EC2 instance. Could that be an issue? I worked with Chromium version 127 and prior versions without encountering this problem, so this is the first time I'm facing it.
Could my Windows version be related to the issue? According to the Chromium build steps, the required SDK version is the Windows 11 SDK Debugging Tools 10.0.26100.1742 or higher