sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv | Matrix: #riscv:catircservices.org
naoki has joined #riscv
heat has quit [Ping timeout: 248 seconds]
heat has joined #riscv
heat has quit [Read error: Connection reset by peer]
heat_ has joined #riscv
fancer has quit [Quit: Konversation terminated!]
heat has joined #riscv
heat_ has quit [Read error: Connection reset by peer]
damian101 has joined #riscv
damian101__ has quit [Ping timeout: 246 seconds]
Kyuvi has joined #riscv
Tenkawa has quit [Quit: Was I really ever here?]
kilic has quit [Remote host closed the connection]
kilic has joined #riscv
BootLayer has joined #riscv
aredridel has quit [Quit: So long and thanks for all the fish!]
Stat_headcrabbed has joined #riscv
Stat_headcrabbed has quit [Client Quit]
hexdump0815 has quit [Ping timeout: 252 seconds]
hexdump0815 has joined #riscv
BootLayer has quit [Quit: Leaving]
heat has quit [Ping timeout: 248 seconds]
coldfeet has joined #riscv
agentcas- has joined #riscv
agentcasey has quit [Ping timeout: 265 seconds]
coldfeet has quit [Quit: Lost terminal]
Stat_headcrabbed has joined #riscv
TurBo_biT has joined #riscv
m5zs7k has quit [Ping timeout: 260 seconds]
m5zs7k has joined #riscv
jobol has joined #riscv
Stat_headcrabbed has quit [Remote host closed the connection]
cleger has joined #riscv
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
Stat_headcrabbed has joined #riscv
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
JRepinc has quit [Quit: Konversation terminated!]
JRepinc has joined #riscv
pecastro has joined #riscv
Stat_headcrabbed has joined #riscv
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #riscv
ilyas has joined #riscv
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
mahk has quit [Ping timeout: 246 seconds]
naoki has quit [Remote host closed the connection]
naoki has joined #riscv
seasharp has joined #riscv
seasharp_ has quit [Ping timeout: 245 seconds]
mahk has joined #riscv
s1b1 has joined #riscv
Stat_headcrabbed has joined #riscv
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
gurki has quit [Ping timeout: 260 seconds]
JRepinc has quit [Quit: Konversation terminated!]
JRepinc has joined #riscv
gurki has joined #riscv
paulk-bis has quit [Quit: WeeChat 3.0]
paulk has joined #riscv
vgtw has joined #riscv
vgtw has quit [Ping timeout: 252 seconds]
fancer has joined #riscv
vgtw has joined #riscv
Tenkawa has joined #riscv
vgtw has quit [Quit: ZNC - https://znc.in]
reinhardt has joined #riscv
cronos has quit [Ping timeout: 252 seconds]
tux3_ has joined #riscv
tux3 has quit [Ping timeout: 252 seconds]
Kyuvi has quit [Quit: Client closed]
vgtw has joined #riscv
vgtw has quit [Quit: ZNC - https://znc.in]
craigo has joined #riscv
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
TurBo_biT has quit [Remote host closed the connection]
TMM has quit [*.net *.split]
s1b1 has quit [*.net *.split]
hexdump0815 has quit [*.net *.split]
jmcgnh has quit [*.net *.split]
psydroid has quit [*.net *.split]
felixonmars has quit [*.net *.split]
edolnx has quit [*.net *.split]
somlo has quit [*.net *.split]
djdelorie has quit [*.net *.split]
fabs has quit [*.net *.split]
somlo has joined #riscv
TMM has joined #riscv
s1b1 has joined #riscv
hexdump0815 has joined #riscv
felixonmars has joined #riscv
jmcgnh has joined #riscv
psydroid has joined #riscv
edolnx has joined #riscv
fabs has joined #riscv
djdelorie has joined #riscv
jmcgnh has quit [Excess Flood]
jmcgnh has joined #riscv
vgtw has joined #riscv
vgtw has quit [Quit: ZNC - https://znc.in]
BootLayer has joined #riscv
heat has joined #riscv
vgtw has joined #riscv
m5zs7k has quit [Ping timeout: 248 seconds]
m5zs7k has joined #riscv
Stat_headcrabbed has joined #riscv
stolen has joined #riscv
jobol has quit [Quit: Leaving]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
cleger has quit [Ping timeout: 272 seconds]
<stolen> hey Tenkawa , if you are there, could you guide me on how to install ccache?
<stolen> their install instructions look really confusing lol
<Tenkawa> What distrib are you using?
<Tenkawa> debian based?
<stolen> ubuntu latest LTS
<stolen> i got their linux release from the github repo
<Tenkawa> apt install ccache then export PATH=/usr/lib/ccache:$PATH and make sure the following command returns something similar (you'll need to add this export in your /etc/bash.bashrc
<Tenkawa> whicwhich gcc
<Tenkawa> oops
<Tenkawa> which gcc
<Tenkawa> /usr/lib/ccache/gcc
<Tenkawa> after you install the package and add that export line to /etc/bash.bashrc and logout/login that which command should show that
<stolen> let me try it out
<Tenkawa> before the addition it would be /usr/bin/gcc
<stolen> so where I am supposed to add /usr/bin/gcc exactly?
<stolen> ccache at the terminal returns the help menu
<stolen> with all the options and docs
<Tenkawa> thats not what I said to do
<Tenkawa> I said to add export PATH=/usr/lib/ccache:$PATH to the /etc/bash.bashrc file
<Tenkawa> logout and back it
<Tenkawa> er in
<Tenkawa> it runs as is
<Tenkawa> just use which gcc to doublecheck that its going to run the "correct" one
<stolen> okay which gcc returns /usr/lib/ccache/gcc
<stolen> so ig that is the correct one with ccache
<Tenkawa> yep
aklsh has quit [Quit: ZNC 1.9.1 - https://znc.in]
<stolen> for scons it would be export PATH=/usr/bin/ccache:$PATH right?
<Tenkawa> everything is prefixed to look there first now
<Tenkawa> thats why I had youo put it in /etc/bash.bashrc
<Tenkawa> scons doesn't care
aklsh has joined #riscv
<stolen> okay cool! then I am all set ig
<stolen> Thanks a lot once again :)
aklsh has quit [Client Quit]
<stolen> Just to let you know the cross compilation failed even at the last step, just sent some signal 9 terminalted
<Tenkawa> The first compile will run slower(normal speed) and if you have major code changes//
<Tenkawa> sig 9... I wonder if you ran out of ram
aklsh has joined #riscv
<stolen> this was the error
<stolen> might be might be
<Tenkawa> do you still have the output about 15-20 lines above?
<stolen> yeah sure I have the entire output if you'd like
<Tenkawa> usually that few lines isn't enough to work with
<Tenkawa> don't need ot all.. just 15-25 lines
<Tenkawa> s/ot/it
<Tenkawa> Yeah thats likely memory related
<Tenkawa> how much ram do you have?
<Tenkawa> I know it took a lot to build on mine
<stolen> 6 gigs on the wsl virtualized ubuntu
<stolen> I think but 12 gigs in total
<Tenkawa> I had 8gb + 24gb swap allocated I think
<Tenkawa> you have fewer cpus though (fewer jobs running at once)
<stolen> But didn't it reach the last step? IT should have stopped midway
<Tenkawa> you can start it up again.. (the build step) it will continue where it was.. just answer the questions again
<Tenkawa> this way we can see if there is something specific that is breaking it
fuwei has quit [Quit: Konversation terminated!]
tlwoerner has quit [Ping timeout: 248 seconds]
tlwoerner has joined #riscv
pecastro has quit [Ping timeout: 260 seconds]
vgtw has quit [Quit: ZNC - https://znc.in]
vgtw has joined #riscv
divorce has joined #riscv
psydroid2 has joined #riscv
vagrantc has joined #riscv
BootLayer has quit [Quit: Leaving]
fancer has quit [Quit: Konversation terminated!]
alifib has joined #riscv
nexR has quit [Read error: Connection reset by peer]
nexR has joined #riscv
alifib has quit [Quit: .]
stolen has quit [Quit: Connection closed for inactivity]
mahk has quit [Changing host]
mahk has joined #riscv
ja_02 has quit [Remote host closed the connection]
kaaliakahn2 has quit [Write error: Broken pipe]
kaaliakahn2 has joined #riscv
ja_02 has joined #riscv
LainExperiments has joined #riscv
divorce has quit [Quit: Leaving]
mra has joined #riscv
fancer has joined #riscv
psydroid2 has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]