ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
ur5us has quit [Ping timeout: 250 seconds]
ur5us has joined #crystal-lang
notzmv has quit [Ping timeout: 248 seconds]
notzmv has joined #crystal-lang
ur5us has quit [Ping timeout: 250 seconds]
ua_ has quit [Ping timeout: 248 seconds]
ua_ has joined #crystal-lang
jmdaemon has quit [Ping timeout: 240 seconds]
notzmv has quit [Ping timeout: 248 seconds]
ur5us has joined #crystal-lang
ua_ has quit [Ping timeout: 260 seconds]
ua_ has joined #crystal-lang
ur5us has quit [Ping timeout: 240 seconds]
notzmv has joined #crystal-lang
ua_ has quit [Ping timeout: 260 seconds]
sagax has joined #crystal-lang
ua_ has joined #crystal-lang
ua_ has quit [Ping timeout: 276 seconds]
ua_ has joined #crystal-lang
ua_ has quit [Ping timeout: 260 seconds]
SamantazFox has quit [Remote host closed the connection]
Vexatos_ has joined #crystal-lang
SamantazFox has joined #crystal-lang
Vexatos has quit [Ping timeout: 246 seconds]
ua_ has joined #crystal-lang
ua_ has quit [Ping timeout: 248 seconds]
ua_ has joined #crystal-lang
yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
yxhuvud has joined #crystal-lang
ua_ has quit [Ping timeout: 260 seconds]
ua_ has joined #crystal-lang
jmdaemon has joined #crystal-lang
christophernguye has joined #crystal-lang
ua_ has quit [Ping timeout: 250 seconds]
ua_ has joined #crystal-lang
christophernguye has left #crystal-lang [WeeChat 3.4.1]
ur5us has joined #crystal-lang
<FromGitter> <lebogan> I am attempting to compile crystal from source and keep getting this error: ⏎ ⏎ ```LLVM ERROR: Cannot generate unaligned atomic store``` ⏎ ⏎ I am using crystal 1.4.0 with llvm 10 on ubuntu 20.04. As a casual user, theios error has me boggled. Any help is greatly appreciated. [https://gitter.im/crystal-lang/crystal?at=6271b8d846495f47cfc3b0ea]
<FromGitter> <Blacksmoke16> 🤔 interesting
<FromGitter> <Blacksmoke16> you're not building llvm from source too are you?
<FromGitter> <lebogan> Nope
<FromGitter> <Blacksmoke16> and what are you running to get this?
<FromGitter> <lebogan> ```code paste, see link```
<FromGitter> <Blacksmoke16> alright yea thats prob the problem
<FromGitter> <Blacksmoke16> `make clean && make`
<FromGitter> <lebogan> Still errors. Installed all the required libs and gc per instructions.
<FromGitter> <Blacksmoke16> what arch are you on?
<FromGitter> <Blacksmoke16> x86?
<FromGitter> <lebogan> x86_64
<FromGitter> <Blacksmoke16> is there any other output?
<FromGitter> <lebogan> Nope. Just that
<FromGitter> <Blacksmoke16> yea not sure, never saw that one before
<FromGitter> <Blacksmoke16> maybe try the forums?
<FromGitter> <Blacksmoke16> oh wait
<FromGitter> <Blacksmoke16> are you using `make clean && make` or still using that command you provided?
<FromGitter> <Blacksmoke16> because i can reproduce using that command
<FromGitter> <Blacksmoke16> `make clean && make target=armv7l-unknown-linux-gnueabihf` seems to work fine
notzmv has quit [Ping timeout: 240 seconds]
<FromGitter> <lebogan> I was using the former. Will try using target= with make.
<FromGitter> <lebogan> Well that worked. Ran make help and did not find anything about targets. I will investigate further. Thanks always for your assistance.