gsomlo
gsomlo
Hi @inochisa, Thanks for the PR. I'll have to review this, but more importantly, your pythondata-cpu-rocket PR at https://github.com/litex-hub/pythondata-cpu-rocket/pull/6 and evaluate it for any additional implicit dependencies (on top of...
An experimental branch of `pythondata-cpu-rocket` has been created to support `mill`/`firtool` based builds, here: https://github.com/litex-hub/pythondata-cpu-rocket/compare/master...mill-experimental The corresponding LiteX changes will, for the time being, be available here: https://github.com/enjoy-digital/litex/compare/master...gsomlo:litex:rocket-mill-experimental To reiterate...
As it turns out, bbl appears to pass through the unmodified "rv64imac" CPU ISA string to Linux, who then assumes there *is* no FP available, and kills any process that...
On Tue, Nov 17, 2020 at 12:49:27AM -0800, Huaqi Fang wrote: > Did you know how to view the disassemble code of at 0x0000003fbb501bb0 in > ld-2.30.so[3fbb4f1000+17000], I tried to...
Same thing happens after I upgraded to Yosemite, so I must be missing something else :) --Gabriel
I do not. There's /Applications/Xcode.app/Contents/Developer/Platform/MacOSX.platform/Developer/SDKs/MacOSX10.[9,10].sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/libkern/libkern.h, but nothing directly under /System/Library/Frameworks/... Adding one of those paths (9 or 10, depending on OS X version) with -I just causes g++ to spit...
Cool, build.sh works now. Moving on to get-qemu.sh: wget doesn't ship on OS X by default, so I replaced it with "curl -O". Then, after successfully patching qemu, "./configure ..."...
So, after installing homebrew, and setting it up with "brew doctor", I grabbed gcc and pkg-config: brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-gcc42.rb brew install pkg-config Now, re-running get-qemu.sh gets me this: ERROR: glib-2.12...
On Tue, Jan 13, 2015 at 06:15:50AM -0800, George Hotz wrote: > Perhaps http://mikelev.in/2012/10/qemu-mac-os-x-success/ works? If it does, I'll add it to the README It helps somewhat (it says I...
On Tue, Jan 13, 2015 at 06:15:50AM -0800, George Hotz wrote: > So these are all issues with building QEMU normally, nothing specific to my patches. > > Perhaps http://mikelev.in/2012/10/qemu-mac-os-x-success/...