-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash.exe: warning: could not find /tmp, please create! #61
Comments
What did you do exactly? I have seen this message for manual installs when %HOME% for msys2 wasn't properly set up. It should not happen for the automatic install. |
I have the exact same problem. I just followed the instructions for the automatic install. |
i have the same problem, win 10, ide 1.8.5, automatic install, vs 0.3.3, some hints? variable temp & tmp are present |
I have the same problem, win 8.1, ide 1.8.5, automatic install, Sduino 0.3.3. /tmp not exist. please assist. |
I figured out a fix for the /tmp directory error: Create a tmp directory one directory before bash.exe: Now the /tmp error is gone there are more errors compiling blink example: C:\Users\a\AppData\Local\Arduino15\packages\sduino\tools\sdcc\build.10088/bin/sdcc sketch\Blink.ino.cpp preproc\ctags_target_for_gcc_minus_e.cpp re12 -c -Ddouble=float -D__PROG_TYPES_COMPAT__ -E -MC -mstm8 -DSTM8S103 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_STM8S_BLUE -DARDUINO_ARCH_STM8 -IC:\Users\a\AppData\Local\Arduino15\packages\sduino\hardware\stm8\0.3.3\cores\sduino -IC:\Users\a\AppData\Local\Arduino15\packages\sduino\hardware\stm8\0.3.3\variants\standard -IC:\Users\a\AppData\Local\Arduino15\packages\sduino\hardware\stm8\0.3.3/STM8S_StdPeriph_Driver/inc -IC:\Users\a\AppData\Local\Arduino15\packages\sduino\tools\sdcc\build.10088/include exit status 1 C:\Users\a\AppData\Local\Temp\arduino_build_910539 |
Hm. Strange. I can reproduce the bash message about missing /tmp and I can confirm that 1Sara1's workaround of creating a directory named tmp inside of STM8Tools fixes the message issue. And then everything works for me. Compilation and upload, all fine. |
bash.exe: warning: could not find /tmp, please create!
The text was updated successfully, but these errors were encountered: