leongross
leongross
I am perplexed by the linker's behavior. After reconsidering your design choices, what I want to do is the following: * create function `Fcntl` in `syscall_unix` and `syscall_libc` * in...
Afaik from Slack discussions and the docs about [assembly](https://tinygo.org/docs/concepts/compiler-internals/inline-assembly/) there are 2 usable and 1 unusable way to inject custom assembly code into go binaries built with tinygo. ### 1....
CI seesm to fail while [listing all the modules ](https://github.com/u-root/u-root/blob/eb95c6fd18d0c1e19eb6a865ed413df34afec381/integration/gotests/gotest_test.go#L32) for 32-bit arm architecture. Maybe this has something to do with the amd64 inline assembly? The file though has the...
> This built on arm before because it used the kernel driver, and would fail at runtime on arm. Now you're doing direct assembly, so I figure it will not...
@rminnich that did the trick
I updated the build tags in the file to keep the file name more descriptive @rminnich
@rminnich CI is green, looks good :)
@jensdrenhaus @rminnich @binjip978
I am not entirely sure what the reason is for the error; in the `sw-emulator` test suites for the `builder` the rust toolchain (module `core`) is not picked up properly;...
The issue seems to be resolved, but it seems as if there was some race condition that should be fixed, so I keep this issue open.