Hi! I'm trying to wrap [ESP-IDF 
v5.1.2](https://github.com/espressif/esp-idf/releases/tag/v5.1.2). It seems to 
only build successfully with the Espressif provided scripts, and parsing 
through Futhark throws many "header not found" errors.
    
    
    import futhark, os
    
    importc:
      outputPath currentSourcePath.parentDir / "generated.nim"
      path "."
    
    
    Run

Reply via email to