I'm trying to build v8(version 8.0) for android on Mac, and my args.gn is 
as below:
======================================
is_debug = false
is_component_build = false
target_os = "android"
target_cpu = "arm64"
v8_target_cpu = "arm64"
v8_use_external_startup_data=false
v8_enable_handle_zapping=false
v8_monolithic=true
is_official_build=true
v8_enable_i18n_support=false
v8_untrusted_code_mitigations=false
use_custom_libcxx = false
use_thin_lto = false
v8_enable_lite_mode = true
v8_enable_wasm = false
v8_enable_debugger = false
v8_enable_minor_mc = false
symbol_level = 0
use_lld = false
clang_use_chrome_plugins = false
=======================================
But it returns an error as "implicit conversion loses integer precision: 
'unsigned long' to 'uint32_t'", more details :
console output screenshot 
<https://00f74ba44b344d2d393b203421142c4bc6bc324f21-apidata.googleusercontent.com/download/storage/v1/b/monorail-prod.appspot.com/o/15%2Fattachments%2F1788984f-0da3-4dab-afed-94e1fc5f58c8?jk=AFshE3Wh2w7hjAikoH2CvRz5iCjXSA8QU-4QWrSaHOaCmJUDTk86dC1rZ3nH4YtVciFLg0U6ssF2CRcZn2YMQGTLYxCmQq1NElH6ZF74Da5dxAiLvUeWtsPS17jWLQcniNKqUcaGHdADHt4w1wBbrAQkRXA-TfV1A00FJARthDqRMC-81HtLLva0L-7rHsDkkQ5lvWIDtJlkhT9F_hM8-w2A6tuibkUFf9iFtH5ZaCUy5oj_MCG-g46E1G6OA0VGs3yIJB52XHnaEgyvCB9c97NzMqcKuRw2zMnsZohY_sPz6A-_T9RXz5t-aS1Q_AqPO0RN02JrjM2_ZwuecShbKkHQ-5IywGpsHGYxudjiJJ7Ze1f_FUG7KsOwWFsOpjoVD2wSNV5vCIdKUIdO3itZn0NQ7kCznSvt6i-NGZ9dTlKXXCcUcNkmWtMFcRggMguaN3-EYUJF0gwRKCNZG7c6ugJqClGHG8OJNjJJSS1V1JZFF1RV0LW-Kz_mP5JOnfVFUO91fAB6u6e-4uw0aFQQtttW7tH_AITfC-k9obhKwG-9xFlln24vdrH10jEU7QnZql_4jILKcZMq6dF4Zn4XI7pL0TxZvS4U_7AS_JH8_7IgRPSgbZWUrJ8Q1hdTA4v_jwkymhrINk0P6oAfMGVQSbqtrC21EQGNaJqV1R272OYEnWYIQLWp7eHuMIfWtvcRwcIGFAYEjfN6juS1Q_lzRMZLSTiL0gMAT5FFFM0rZdAXDpKz-PIncBv5SlkaqwtR4dkr-Z8pH-IM2JyaIGP6DuX17J6w7jfz2foyTLpN0AqrMLqb_QPt-jk_58hYHPVu-Cpy7RwyemTdUGfxbMIP8f3O6lxMbWbrL03byeb9UsMjftUodL4XBA92r29aHV_cYpDd0O8p7QDPykEFZ22tQhwKffeCiAxBWeV3GPpJZqbgfMMLQoJ6FqZXPaCZYdHRNvw>
I searched online for hours and found nothing helpful, could you please 
help me with this?
Thanks a lot!
PS: I have filed a bug here: Issue 11142 
<https://bugs.chromium.org/p/v8/issues/detail?id=11142&q=implicit%20conversion%20loses%20integer%20precision&can=2>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/ed94c4c8-c413-4755-92cc-2879a5ba14b0n%40googlegroups.com.

Reply via email to