mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
If the experimental feature Wasm build enabled with multi thread compiling, the COPYFILE (cp) maybe raise the error below: ``` cp: cannot create regular file 'math.h': file exists ``` This error cause by that the wasi-sdk don't provide the math.h for non-wasi envrioment, for this case, provide a math.h for it instead of copy file each time is better. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| Wasm | ||
| bitmap_converter.py | ||
| check-hash.sh | ||
| CMakeLists.txt | ||
| host_sysinfo.py | ||
| Kconfig | ||
| mkimport.sh | ||
| mkkconfig.bat | ||
| mkkconfig.sh | ||
| mkromfsimg.sh | ||
| mksymtab.sh | ||
| pre-commit | ||
| WASI-SDK.defs | ||
| Wasm.mk | ||