Any way to produce Arm64 binaries for MacOS from choosenim versions of nim?

2023-08-10 Thread ci4ic4
I’d like to mention that nim runs fine on NetBSD/arm - tested on arm64, aarch64, uname -m returns ‘evbarm’. The pkgsrc version obviously follows released versions and they assume the os only amd64 and i386.

Porting to a new OS/Architecture pair

2023-01-21 Thread ci4ic4
After adding arm64 to the netbsd architectures, I can rebuild it with 'nimble build' and 'nimble install'; it still insists that is on amd64, though... As far as OCI is concerned, Oracle were somewhat late to the cloud stuff compared to Google, Amazon and Microsoft; I can't compare them, but

Porting to a new OS/Architecture pair

2023-01-21 Thread ci4ic4
Hi, csources_v2/makefile Run indicates that the compiler has been ported to NetBSD only under i386/amd64. I was easily able to build it under arm64: $ uname -a NetBSD netbsd 10.99.2 NetBSD 10.99.2 (GENERIC64) #0: Thu Jan 19 05:39:47 GMT 2023

Executable crashes unless compiled with -d:release

2022-12-11 Thread ci4ic4
On a very -current NetBSD-amd64 my tests now mostly pass: PASS: tests/stdlib/tyield.nim js ( 0.67 sec) FAILURE! total: 302 passed: 288 skipped: 10 failed: 4 tests failed Run One needs: --- config/nim.cfg.ORIG

Executable crashes unless compiled with -d:release

2022-12-01 Thread ci4ic4
Thanks, it works with both. I guess there should be some build time patch or flag to take care of this in the latest versions, as it doesn't happen with the released version.

Executable crashes unless compiled with -d:release

2022-11-30 Thread ci4ic4
Nim - just built from the latest sources on GitHub: $ nim --version Nim Compiler Version 1.7.3 [NetBSD: amd64] Compiled at 2022-11-30 Copyright (c) 2006-2022 by Andreas Rumpf git hash: 84ea62ea0d64ba454d0f53beb4f3f16d0582ab45 active boot switches: -d:release