Problems with Windows build

346 views
Skip to first unread message

imSoft_devel

unread,
Oct 21, 2019, 11:49:25 AM10/21/19
to discuss-webrtc
Hi,
We are updating our code to the last version of webrtc and are now facing a problem, when compiling for Debug x64 for example the solution is not generating proper libs and exes, 'peerconnection_client.exe' says "The application can´t run on this pc" and when analyzing the file with Dependency Walker it says "No DOS or PE signature found. This file is not a valid 32bit or 64bit Windows module.

Is there any configuration i am missing on the gn args?

This are the args:

is_component_build = false
is_debug = true
enable_iterator_debugging = true
rtc_include_tests = false
target_cpu = "x64"
proprietary_codecs = false
is_chrome_branded = true
rtc_use_h264 = false
is_clang = false

Peter Edens

unread,
Oct 21, 2019, 6:46:12 PM10/21/19
to discuss...@googlegroups.com
I had the same problem. You need to add use_lld = false

--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/af01c8d6-508a-469d-8e8a-cf00856e7b58%40googlegroups.com.

Ivan Mayo

unread,
Oct 23, 2019, 4:57:25 AM10/23/19
to discuss-webrtc
Thanks a lot! that solved the issue :)


El martes, 22 de octubre de 2019, 0:46:12 (UTC+2), Peter Edens escribió:
I had the same problem. You need to add use_lld = false

On Tue., 22 Oct. 2019, 2:49 am imSoft_devel, <ivan.m...@gmail.com> wrote:
Hi,
We are updating our code to the last version of webrtc and are now facing a problem, when compiling for Debug x64 for example the solution is not generating proper libs and exes, 'peerconnection_client.exe' says "The application can´t run on this pc" and when analyzing the file with Dependency Walker it says "No DOS or PE signature found. This file is not a valid 32bit or 64bit Windows module.

Is there any configuration i am missing on the gn args?

This are the args:

is_component_build = false
is_debug = true
enable_iterator_debugging = true
rtc_include_tests = false
target_cpu = "x64"
proprietary_codecs = false
is_chrome_branded = true
rtc_use_h264 = false
is_clang = false

--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages