Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
AverseABFun created a comment on an issue on rust-lang/rust
Sure, there's still some issues with rustc_codegen_gcc though(ofc though that's a separate repo)
AverseABFun closed an issue on rust-lang/rust
Unexpected SIGSEGV when trying to build a linux out-of-tree kernel module in rust
I'm not entirely sure of the cause, and just to be transparent I have made some changes to some kernel makefiles to fix other errors, but here is the output I'm getting(word of warning- I set `SHEL...AverseABFun created a comment on an issue on rust-lang/rust
Hey! Got it working- needed to change my `.config` so that it reflected that I was building with LLVM. I still sadly won't be able to use rust for my project(probably) because I'm making a filesyst...
AverseABFun created a comment on an issue on rust-lang/rust
Looks like this is the erroneous command: ```shell + clang -Wp,-MMD,/home/averse/slack-fs/.slack_fs.mod.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/in...
AverseABFun created a comment on an issue on rust-lang/rust
Kernel built, now I get this error: ``` averse@arthurs-desktop:~/slack-fs$ make make -C kernel M=$PWD LLVM=1 make[1]: Entering directory '/home/averse/slack-fs/kernel' warning: the compiler differs...
AverseABFun created a comment on an issue on rust-lang/rust
> `KVec` will be added in the upcoming Linux 6.13 release. It looks like [Rust-for-Linux/rust-out-of-tree-module](https://github.com/Rust-for-Linux/rust-out-of-tree-module?rgh-link-date=2024-12-31T...
AverseABFun created a comment on an issue on rust-lang/rust
Do I need to fully build the kernel to get Module.symvers?
AverseABFun created a comment on an issue on rust-lang/rust
Changing it to `Vec` gives this message: ``` WARNING: Module.symvers is missing. Modules may not have dependencies or modversions. You may get many unresolved symbol errors. ...
AverseABFun created a comment on an issue on rust-lang/rust
> Can you try to build [Rust-for-Linux/rust-out-of-tree-module](https://github.com/Rust-for-Linux/rust-out-of-tree-module?rgh-link-date=2024-12-31T07%3A32%3A39.000Z) using the instructions in the r...
AverseABFun created a comment on an issue on rust-lang/rust
Hey- fun story, seems like the issue with the LLVM backend might've been I didn't run `make prepare`. To be fair, I never saw any documentation about `make prepare`, but I'm trying that and it seem...
AverseABFun created a comment on an issue on rust-lang/rust
Also, as I mentioned, trying to compile with the LLVM backend gives a bunch of errors. https://github.com/rust-lang/rust/issues/134928#issuecomment-2565790122 I'm also not sure how to fix said err...
AverseABFun created a comment on an issue on rust-lang/rust
Hm... My kernel(both the active one and the one I'm compiling for and with) has CONFIG_RUST=y, and I'm using said template. The target json is what was provided with the kernel.
AverseABFun created a comment on an issue on rust-lang/rust
It seems like you might be confusing things- I'm trying to build a Linux kernel module in rust, not rust for Linux.
AverseABFun created a comment on an issue on rust-lang/rust
Also, running with the LLVM backend just results in a bunch of symbols not being found.
AverseABFun created a comment on an issue on rust-lang/rust
The one provided in the source for Fedora's 6.11.10-300.fc41.x86_64 kernel. `scripts/target.json`.
AverseABFun created a comment on an issue on rust-lang/rust
This is the target json: ```json { "arch": "x86_64", "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128", "features": "-mmx,+soft-float,+ret...
AverseABFun opened an issue on rust-lang/rust
Unexpected SIGSEGV when trying to build a linux out-of-tree kernel module in rust
I'm not entirely sure of the cause, and just to be transparent I have made some changes to some kernel makefiles to fix other errors, but here is the output I'm getting(word of warning- I set `SHEL...AverseABFun created a comment on a pull request on hackclub/OnBoard
Sorry, clarifying for my brother here- Github gave a message saying it would normalize the file endings when we were trying to rename the file, which needless to say would not be good for the png...
AverseABFun created a repository: AverseABFun/slack-fs
https://github.com/AverseABFun/slack-fs - because why tf not
AverseABFun pushed 3 commits to main hacklunar/site
AverseABFun pushed 1 commit to main AverseABFun/rust-pkg-gen
- Deprecated edition field in rust-config.toml as it's kinda pointless 091e25d