Compile Error 2 No such file or directory in ZUno-2

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
Manurev
Posts: 24
Joined: 30 Apr 2023 19:35

Compile Error 2 No such file or directory in ZUno-2

Post by Manurev »

After receiving a New Z-UNO Module apparently working correctly with the factory installed Sketch Radio blink. I'm trying to install new basic Sketch blink. And it gives me an error when compiling.
The error is the following:

------------------------------------------------
Traceback (most recent call last):
  File "\\vmware-host\Shared Folders\Code\ZUno\G2\zme_toolkit\ZMETools\python\gen7\toolchain\zme_make.py", line 1346, in <module>
  File "\\vmware-host\Shared Folders\Code\ZUno\G2\zme_toolkit\ZMETools\python\gen7\toolchain\zme_make.py", line 1343, in Main
  File "\\vmware-host\Shared Folders\Code\ZUno\G2\zme_toolkit\ZMETools\python\gen7\toolchain\zme_make.py", line 1196, in preardFunc
  File "shutil.py", line 432, in copy2
  File "shutil.py", line 261, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Manuelpro\\AppData\\Local\\Temp\\arduino\\sketches\\A86AFC4301B218668ACBA08CD316C13B\\preproc\\ctags_target_for_gcc_minus_e.cpp'
[15504] Failed to execute script zme_make
exit status 0xffffffff

Compilation error: exit status 0xffffffff
-------------------------------------------------------------------------------------------------
Background:

Initial situation
Arduino IDE 2.02
Z-UNO2 from Z-Wave Me 3.0.10 installed
Board included in this Pack
Z_Wvave>Me Z_Uno2
3.0.10

This has worked perfectly for me with another Z_uno 2 module last year.

So yesterday the Aduino IDE was updated from Version 2.02 to version 2.3.2

And when trying the new Z-Uno2 module, I get an error when compiling.

Then I go to the Arduino IDE and try to update the version of Z_uno in preferences;

z-uno.z-wave.me/files/z-uno2/package_z-wave2.me_index.json

 but the same Vision remains
    
     Z_Wvave>Me Z_Uno2
     3.0.10
Then I activate Z-UNO-2G- Programmer

And I use the Bootloader to load version 3.0.10
on the New Z-UNO2 board.

But it still gives the same error.

ZUno Compilation error exit status 1 0xffffffff

That could be happening?
Screen
Screen
Arduino ide ZUno2.png (404.88 KiB) Viewed 374 times
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: Compile Error 2 No such file or directory in ZUno-2

Post by PoltoS »

I believe it is a problem of the space in the file name or that it starts with a \\

Also, try older Arduino IDE. We try to follow them, but they change everything so fast, that we can't follow ;)

Also, did you know that from now you can upload any sketch right from our web site using Google Chrome - by clicking on the Upload button (check it here https://z-uno.z-wave.me/examples/SimpleSwitch/). You can also open the online editor https://z-uno.z-wave.me/editor/
Manurev
Posts: 24
Joined: 30 Apr 2023 19:35

Re: Compile Error 2 No such file or directory in ZUno-2

Post by Manurev »

Hello, good night. I have managed to make all this work correctly. Uninstalling version 2.3.2 of the Arduino IDE, and installing version 2.0.4 again. Now it works correctly.
Thank you
:)
Post Reply