*** tpb has joined #litex | 00:00 | |
*** lf has quit IRC | 00:01 | |
*** lf has joined #litex | 00:01 | |
*** thorns514 has joined #litex | 00:26 | |
*** Emantor has quit IRC | 01:20 | |
*** Emantor has joined #litex | 01:22 | |
*** TMM has quit IRC | 03:13 | |
*** TMM has joined #litex | 03:13 | |
*** thorns514 has quit IRC | 03:25 | |
*** Degi_ has joined #litex | 03:50 | |
*** Degi has quit IRC | 03:51 | |
*** Degi_ is now known as Degi | 03:51 | |
*** kgugala has joined #litex | 05:11 | |
*** kgugala_ has quit IRC | 05:13 | |
*** Bertl is now known as Bertl_zZ | 06:20 | |
*** pftbest has quit IRC | 09:09 | |
*** pftbest has joined #litex | 09:31 | |
*** kgugala_ has joined #litex | 10:45 | |
*** kgugala__ has joined #litex | 10:46 | |
*** kgugala has quit IRC | 10:46 | |
*** kgugala_ has quit IRC | 10:49 | |
*** pftbest has quit IRC | 12:00 | |
*** pftbest has joined #litex | 12:03 | |
*** kgugala has joined #litex | 12:37 | |
*** kgugala__ has quit IRC | 12:41 | |
*** kgugala_ has joined #litex | 12:47 | |
*** kgugala has quit IRC | 12:47 | |
*** st-gourichon-fid has quit IRC | 12:53 | |
*** st-gourichon-fid has joined #litex | 12:55 | |
*** mikeK_de1soc has joined #litex | 13:27 | |
mikeK_de1soc | I am having an SBT error when I tried to compile a new RiscV core.. | 13:29 |
---|---|---|
mikeK_de1soc | [info] Loading settings for project all from build.sbt ... | 13:29 |
mikeK_de1soc | [info] Set current project to VexRiscv (in build file:/usr/local/lib/python3.8/dist-packages/pythondata_cpu_vexriscv_smp-1.0.1.post325-py3.8.egg/pythondata_cpu_vexriscv_smp/verilog/ext/VexRiscv/) | 13:29 |
mikeK_de1soc | fatal: not a git repository: /usr/local/lib/python3.8/dist-packages/pythondata_cpu_vexriscv_smp-1.0.1.post325-py3.8.egg/pythondata_cpu_vexriscv_smp/verilog/ext/VexRiscv/../../../../.git/modules/pythondata_cpu_vexriscv_smp/verilog/ext/VexRiscv | 13:29 |
mikeK_de1soc | [error] java.lang.RuntimeException: Nonzero exit value: 128 | 13:29 |
mikeK_de1soc | [error] at scala.sys.package$.error(package.scala:26) | 13:29 |
mikeK_de1soc | [error] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:134) | 13:29 |
*** mikeK_de1soc has quit IRC | 13:32 | |
*** mikeK_de1soc has joined #litex | 13:40 | |
*** kgugala_ has quit IRC | 13:49 | |
*** kgugala has joined #litex | 13:49 | |
*** mikeK_de1soc has quit IRC | 14:05 | |
*** mikeK_de1soc has joined #litex | 14:27 | |
*** mikeK_de1soc has quit IRC | 14:31 | |
*** mikeK_de1soc has joined #litex | 14:35 | |
*** pftbest has quit IRC | 14:49 | |
*** Bertl_zZ is now known as Bertl | 14:53 | |
*** pftbest has joined #litex | 15:11 | |
*** pftbest has quit IRC | 15:15 | |
*** pftbest has joined #litex | 15:15 | |
nickoe | mikeK_de1soc: What does the bug tracker say? | 15:42 |
nickoe | mikeK_de1soc: And what jre are you using? | 15:45 |
mikeK_de1soc | OH sorry, Hi Nick!! How Do I use the Bug tracker? OK JRE is: <pre>openjdk 11.0.11 2021-04-20 | 15:58 |
mikeK_de1soc | OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) | 15:58 |
mikeK_de1soc | OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing) | 15:58 |
mikeK_de1soc | </pre> | 15:58 |
mikeK_de1soc | IF that helps... | 15:59 |
mikeK_de1soc | So I think what is happening is that I have too many build environments.. AGain, I am new and still learning... | 16:01 |
mikeK_de1soc | So I think that I installed the PythonData CPU vexriscv smp with PIP and now it can;t find the right version... | 16:02 |
mikeK_de1soc | it's looking for the Repository here: fatal: not a git repository: /usr/local/lib/python3.8/dist-packages/pythondata_cpu_vexriscv_smp-1.0.1.post325-py3.8.egg/pythondata_cpu_vexriscv_smp/verilog/ext/VexRiscv/../../../../.git/modules/pythondata_cpu_vexriscv_smp/verilog/ext/VexRiscv | 16:03 |
mikeK_de1soc | OH Wait... There might be more here!!! | 16:07 |
mikeK_de1soc | https://github.com/litex-hub/linux-on-litex-vexriscv | 16:07 |
mikeK_de1soc | https://github.com/litex-hub/linux-on-litex-vexriscv/blob/master/HOWTO.md | 16:07 |
mikeK_de1soc | I am officially confused.. :( | 16:20 |
mikeK_de1soc | Don;t worry about it for now Nick, I am currently working on the Demo code. | 16:25 |
mikeK_de1soc | https://github.com/nickoe/litex/tree/1540aeaa701e220ce42038acd4ee8c8c7fe03c5a/litex/soc/software/demo | 16:25 |
*** TMM has quit IRC | 16:38 | |
*** TMM has joined #litex | 16:38 | |
*** rj has joined #litex | 17:54 | |
nickoe | mikeK_de1soc: mm, ok, why do you send a link to my commit? | 18:24 |
mikeK_de1soc | NICK!!! | 18:25 |
mikeK_de1soc | NICK!!! | 18:25 |
mikeK_de1soc | I got the demo to work!!!!! | 18:25 |
mikeK_de1soc | Happy happy Joy joy!!!! | 18:25 |
mikeK_de1soc | See my happy dance!!!!! | 18:25 |
mikeK_de1soc | :) | 18:25 |
mikeK_de1soc | :0 :) | 18:25 |
mikeK_de1soc | Because it was using it for the demo example!!! | 18:26 |
nickoe | mikeK_de1soc: nice | 18:26 |
nickoe | ok | 18:26 |
mikeK_de1soc | Thank man!!!!! | 18:26 |
mikeK_de1soc | Thanks for all your help!!! | 18:26 |
mikeK_de1soc | ok, but in my demo, the LED was not working, I will dig further into why!! for now,,, beer time!!! :) | 18:27 |
mikeK_de1soc | but the donut was working!!! but a quick question... is this Demo at the Bios level? or is it actually running at the kernel level? | 18:28 |
mikeK_de1soc | Is that ok, that I can use your commit?? | 18:33 |
nickoe | mikeK_de1soc: mmm, I guess it is running at the same level as the bios, but dunno really. I mean it is not running with the linux kernel, it is just "bare metal" | 20:23 |
nickoe | AFIK | 20:23 |
mikeK_de1soc | ok thanks! | 20:28 |
*** kgugala has quit IRC | 21:14 | |
*** kgugala has joined #litex | 21:39 | |
*** thorns514 has joined #litex | 22:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!