I have successfully downloaded and compiled chromium (version 109.0.5414.120) on windows and linux64
Now I want to download the arm-arch source code of chromium, but I only have a win32 or linux64 arch computer.
In my opinion, every platform and every arch of computer has its own platform-and-arch-related toolchains and codes.
So how can I download all codes and toolchains of arm(aarch64) on either win32 or linux64 machine? And is an arm-arch linux computer nessary to do such a download?
My download process was as follows:
1. download the depot-tools from git
2. update depot-tools
3. create directories ( automate, chromium etc.)
4. download the automate-git.py
5. set depot tools path into PATH
6. create a sh/bat with "python3 ..\automate\automate-git.py --download-dir=... --depot-tools-dir=... --no-distrib --no-build --branch=5414
7. run the sh or bat and wait for result
It will be appreciated if anyone helps.
