Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Errors in deploying to Intel Galileo #41

Closed
Pooja-B opened this issue Feb 17, 2015 · 6 comments
Closed

Errors in deploying to Intel Galileo #41

Pooja-B opened this issue Feb 17, 2015 · 6 comments

Comments

@Pooja-B
Copy link

Pooja-B commented Feb 17, 2015

I tried to deploy the sample application given for Intel Galileo but it is giving runtime errors. Has someone worked with Galileo?
I am getting the following errors

'ConnectTheDotsGalileo.exe' (Win32): Loaded 'C:\test\ConnectTheDotsGalileo.exe'. Symbols loaded.
'ConnectTheDotsGalileo.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'ConnectTheDotsGalileo.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'ConnectTheDotsGalileo.exe' (Win32): Loaded 'C:\Windows\System32\kernel32legacy.dll'. Cannot find or open the PDB file.
'ConnectTheDotsGalileo.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
The program '[1924] ConnectTheDotsGalileo.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

@toolboc
Copy link
Member

toolboc commented Feb 17, 2015

@Pooja-B, not having issues over here, although I wonder if this wasn't addressed in the pending pull requests. In the meantime, can you try the Galileo code that is available in @ivanignatiev 's fork?

@Pooja-B
Copy link
Author

Pooja-B commented Feb 17, 2015

Can you please suggest me the proper steps to deploy the solution to Galileo?

@toolboc
Copy link
Member

toolboc commented Feb 17, 2015

See the documentation available in my pending pull request for detailed instructions on deploying to the Galileo. Again, I want to stress that you use the updated Galileo project available in @ivanignatiev 's fork.

@Pooja-B
Copy link
Author

Pooja-B commented Feb 17, 2015

Thanks I will try that .

@ivanignatiev
Copy link
Contributor

@Pooja-B, it happens because in the current branch /ConnectTheDotsGalileo.vcxproj.user file is missing and Visual Studio doesn't copy DLLs to the working directory on Intel Galileo board.

It'll work fine when my pull request will be accepted.

Fix for the current version in master branch:
Make sure that your Remote Windows Debugger is well configured, Additional Files to Deploy should contain $(ProjectDir)\ConnectTheDotsGalileo.exe.config;$(SolutionDir)\lib\libeay32.dll;$(SolutionDir)\lib\ssleay32.dll;$(SolutionDir)\lib\qpid-proton.dll;

remote windows debugger

Also, you can copy additional files manualy.

@Pooja-B
Copy link
Author

Pooja-B commented Feb 17, 2015

Thanks, It is working fine now. I was struggling from many days to implement the " I " part of my IoT app, Thanks for a great example and the documentation part is also well written. :)

@Pooja-B Pooja-B closed this as completed Feb 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants