Matheus C. França

Results 305 comments of Matheus C. França

@InBetweenNames, zig code run? Please, try: https://github.com/kassane/riscv64-hello-linux/blob/hello-zig/src/main.zig Possible output ```bash $/tmp/cpu_info Zig Info: Version: 0.13.0 Stage: stage2_llvm Let's have a look at your shiny MIPS - mips32r2 system! :) cpuinfo:...

> Just a heads up some of these are failing due to "WOKWI_CLI_TOKEN" missing. Yeah! your fork no has wokwi token access. Ignore wokwi error...

> I meant your repo is producing those errors. I had setup one on my end, but it looks like Wokwi cli is broken on GitHub its not accepting the...

> we need fix https://github.com/apache/nuttx/pull/13139#issuecomment-2310525010 to pass ci. Would it help to remove some dependency? An example is swift6 which weighs +800MB (the largest among toolchains)

Need fix: https://github.com/apache/nuttx/actions/runs/10645159870/job/29510697388?pr=13186#step:7:457 ```bash /usr/bin/bash: line 1: zig: command not found make[2]: *** [/github/workspace/sources/apps/Application.mk:316: leds_zig.zig.github.workspace.sources.apps.examples.leds_zig.o] Error 127 make[2]: Target 'all' not remade because of errors. make[1]: *** [Makefile:51: /github/workspace/sources/apps/examples/leds_zig_all] Error...

Finally :zap: CI: https://github.com/apache/nuttx/actions/runs/10682497286/job/29608588514?pr=13186#step:7:451 ```bash ==================================================================================== Configuration/Tool: rv-virt/leds64_zig 2024-09-03 12:41:50 ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions Normalize rv-virt/leds64_zig ```

Have you tried adding the flag `-lc` on cc and `-lc++` on cxx?

Same error on **5.9**: https://github.com/kassane/CxxInterop-tests/actions/runs/7087742018/job/19288682450#step:4:5 ```bash Run swift-actions/[email protected] Error: Unexpected error, unable to continue. Please report at https://github.com/swift-actions/setup-swift/issues Version "5.9" is not available Stacktrace: Error: Version "5.9" is not available...

Hi @joseph-montanez, What's IDF version? (I assume it's 5.4) Can you confirm if this happens always or first time? The **build.zig** in `searched_idf_libs` will try to capture build object files...

> However I also need to comment out some functions as these are defined in `libnet80211.a` Also related (esp32-s3): - https://github.com/kassane/zig-esp-idf-sample/discussions/12#discussioncomment-10367911