Re: [go-nuts] gollvm build failed

2022-02-25 Thread T Odin
sn't exist on your system? > > Thanks, Than > > > On Thu, Jan 27, 2022 at 5:38 AM T Odin wrote: > >> I'm trying to build gollvm on FreeBSD 13 using the command as mentioned >> in gollvm source page. >> >> *cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_USE

[go-nuts] gollvm build failed

2022-01-27 Thread T Odin
I'm trying to build gollvm on FreeBSD 13 using the command as mentioned in gollvm source page. *cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_USE_LINKER=gold -G Ninja ../llvm-project/llvm * I observed that during configuration it fails for malloc *Looking for malloc/malloc.hLooking for malloc/malloc.

[go-nuts] go tool link custom sections in executable

2021-10-01 Thread T Odin
Hi, I'm trying to run an executable built from Go source on a target environment based out of Linux. Loader on the target machine is customized and expects the elf sections to be in a different order. I checked the Go source' link option in asm.go where it formats the elf header. https://gith