python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem Compiling librocksdb-sys v6.11.4 on NEAR Protocol
I am pretty new in the blockchain world and I am trying to implement the NFT example on NEAR protocol: https://github.com/near-examples/NFT. I am working on WSL (Ubuntu 20.04.3) installed in Windows 1...

Jorge Castillo
Votes: 0
Answers: 0
ld: can't open output file for writing: execs/aligns, errno=2 for architecture arm64
I created a small program to learn some concepts of STL, but when I compile, I get following error:
ld: can't open output file for writing: execs/aligns, errno=2 for architecture arm64
clang: error: l...
Nickeron-dev
Votes: 0
Answers: 1
Codewars SIGSEGV 11 on a correct program?
I'm trying to solve this problem https://www.codewars.com/kata/55c6126177c9441a570000cc/train/c .
I've checked this program with the same compiler(clang-8) on ubuntu 18.04, everything works perfectly,...

E D
Votes: 0
Answers: 2
Is __builtin_ctzll(0) "undefined behavior" or just "undefined"?
GCC documentation says this about the __builtin_ctz family:
Returns the number of trailing 0-bits in x, starting at the least significant bit position. If x is 0, the result is undefined.
Until now,...
user1020406
Votes: 0
Answers: 0