My Intel Galileo board (received via Windows on IoT program, thanks a lot Microsoft) can runs the Arduino sketches directly via IDE downloaded from Intel. However when I try the Blink example from Visual Studio Express 2013, it compiles OK and loads to the Galileo (browsing c:\test shows the .exe file), but the throws following errors:
'GalileoVS Blink.exe' (Win32): Loaded 'C:\test\GalileoVS Blink.exe'. Symbols loaded.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\kernel32legacy.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\embprpusr.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\mincoredload.dll'. Cannot find or open the PDB file.
First-chance exception at 0x77D50F63 in GalileoVS Blink.exe: Microsoft C++ exception: _arduino_fatal_error at memory location 0x006FF078.
Sketch Aborted! A fatal error has occurred: Failed to configure I2C_CONTROLLER mux
First-chance exception at 0x77D50F63 in GalileoVS Blink.exe: Microsoft C++ exception: _arduino_fatal_error at memory location 0x006FF4D4.
'GalileoVS Blink.exe' (Win32): Loaded 'C:\Windows\System32\errorhandlingext.dll'. Cannot find or open the PDB file.
Unhandled exception at 0x77D50F63 in GalileoVS Blink.exe: Microsoft C++ exception: _arduino_fatal_error at memory location 0x006FF4D4.
Running directly the executable via telnet gives following error:
Sketch Aborted! A fatal error has occurred:
Failed to configure I2C_CONTROLLER mux
What might be a problem here - the board itself (why the I2C_CONTROLLER mux failed to configure?), the SD-card Windows image (received in the box with the card), or something is missing in my Visual Studio installation? Any advice and help is very much appreciated. Thanks.