--- Log opened Fri Jan 10 00:00:47 2014 | ||
olofk | Hey, I just found this (in swedish, haven't found original source yet) http://www.etn.se/index.php?option=com_content&view=article&id=58494&via=r | 09:57 |
---|---|---|
olofk | OpenRISC replaces NIOS in LTE/WCDMA/HSPA repeater ASICs | 09:58 |
stekern | cool | 10:13 |
stekern | nothing on the finnish sister site neither | 10:15 |
blueCmd_ | that's nice | 12:03 |
_franck_web_ | hacking orpsoc when you don't know python is not easy sometimes :) | 13:53 |
_franck_web_ | olofk: how can I see the full command created by subprocess.check_call ? | 13:54 |
_franck_web_ | I mean what is executed in the console | 13:54 |
stekern | ah, some more feedback on the VGA/LCD Linux driver, just when I thought it had been forgotten about | 16:24 |
olofk | _franck_: I think that the best way is just to join the list of arguments and print out | 18:06 |
olofk | I created the launch function in utils.py so that I could add a possibility to print out the command from there, but I haven't implemented it yet | 18:08 |
olofk | I just looked at the code and saw that if the called command returns an error code, you will get an error message that contains the command that was executed | 18:09 |
-!- SquareSineWave is now known as squaresinewave | 21:46 | |
squaresinewave | . | 21:48 |
_franck_ | olofk: I rewrite your or1k-elf-loader to get rid of the or1k-el-objdump dependency | 21:51 |
_franck_ | it now uses libelf | 21:51 |
stekern | _franck_: you are usually a man of good taste, why have you added such a header to or1k-elf-loader.c? ;) | 22:30 |
stekern | to be clear, I'm speaking about the trailing '*' in the header | 22:31 |
stekern | apart from that, nice job! | 22:32 |
olofk | _franck_: Awesome! I've been wanting to get rid of that dependency. Didn't know about libelf | 22:35 |
olofk | _franck_: And I just pushed a commit that adds a launcher class that can be used for launching external applications | 22:36 |
olofk | You can use it like this: | 22:36 |
olofk | l = Launcher(command, [list of args], other stuff) | 22:36 |
olofk | l.run() #Runs the command | 22:36 |
olofk | print(l) #Prints out the command as a string | 22:37 |
stekern | what does other stuff do? | 22:45 |
olofk | well... it does... other stuff... | 22:46 |
olofk | you know... like.... stuff... and things | 22:46 |
olofk | It's complicated | 22:46 |
stekern | aha, it does things too, then it's all clear! | 22:47 |
stekern | I always wonder what that 'stuff' is, like in http://www.guns-n-stuff.net/ | 22:49 |
squaresinewave | Well it's stuff and things, not stuff or things...so it is much better....for reasons. | 22:53 |
stekern | indeed, more is more is the new less is more | 22:54 |
--- Log closed Sat Jan 11 00:00:48 2014 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!