7 ms·
Who completed it and is it in an usable state? I have seen the GCC port used for the open firmware project but regarding LLVM I only found a QPU backend used by
by bootloop 10y ago
Who completed it and is it in an usable state? I have seen the GCC port used for the open firmware project but regarding LLVM I only found a QPU backend used by Simon for the Raspberry Pi Quake challenge.
- david-given 10y agoChristina Brooks: https://github.com/christinaa/LLVM-VideoCore4 https://github.com/christinaa/LLVM-VideoCore4 It's not entirely finished, but it's good enough to get real work done if you're careful. Previous HN thread: https://news.ycombinator.com/item?id=11612449 https://news.ycombinator.com/item?id=11612449
- bootloop 10y agoAhh thanks, that's what they used before switching over to GCC (Which seems to be also based on your first steps ;-)). Great work btw! It's kinda annoying that they didn't release at least an instruction set documentation yet.