Axel Persinger
Axel Persinger
@googlebot I signed it!
Interesting... I tried to use `ollama/llama3` and it kept choking on ``` 22:41:45 - ACTION FileReadAction(path='/path/to/fibonacci.c', start=0, end=-1, thoughts='', action='read') 22:41:45 - OBSERVATION Malformed paths not permitted: /path/to/fibonacci.c ``` I...
> @CuckooEXE Did you check the llm logs in the logs folder and reproduce it? I’m not sur le what you mean, sorry. Reproduce what?
The container builds just fine, but testing doesn't work completely work. @Alexhuszagh gave me the snippet ```bash test() { DYLIB=1 STD=1 RUN=1 TARGET=$target \ CROSS_TARGET_AARCH64_LINUX_ANDROID_IMAGE="ghcr.io/cross-rs/$target:local" \ ci/test.sh } ``` to...
Updated the Dockerfile name, but still not getting the test to run properly
Apologies for the late response, please make any changes you see fit! I'll be updating based on your earlier comment right now
What changes are you making to the configuration file? I already encountered an issue with my own use-case; the embedded device I'm developing for is running `libuClibc-0.9.33.2.so`, however in my...
Ah perfect! Thank you so much for all the assistance with this. I'm looking forward to contributing more at some point :)
Hi! Sorry for the delay, life got a bit busy. I was also waiting for this [issue](https://github.com/crosstool-ng/crosstool-ng/issues/1839) to resolve. Do we still want to have `uClibc` < 1.0 support considering...
Hi @Alexhuszagh, sorry about the big delay. Unfortunately, some work stuff came up so I'm not sure if I'll have the cycles to do this in the near future. I'd...