crypto-org-chain / cronos

Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
Other
291 stars 236 forks source link

Problem: not supporting windows arm64 #1482

Open leejw51crypto opened 3 months ago

leejw51crypto commented 3 months ago

it would be good to support windows arm64 for snapdragon x elite

yihuang commented 3 months ago

it seems not supported by nixpkgs cross compiling yet, there's only a mingwW64 target which is for x86 windows I think.

yihuang commented 3 months ago

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 it seems not supported on gcc yet, after it's landed in GCC, it's relatively simple to support in nixpkgs, then we can cross compile to arm windows.