Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Failing to upload to target system
Failing to upload to target system [message #1799159] Fri, 30 November 2018 16:35 Go to next message
Chris Burrus is currently offline Chris BurrusFriend
Messages: 2
Registered: November 2018
Junior Member
Hoping someone has some insight here. We've got two systems here, one is a Wandboard (commercial product) and one is our in-house hardware. Both are designed around the i.MX6, which is probably irrelevant. The Wandboard came with its own build of Linux (poky), we've rolled our own for our hardware. We've had builds on our hardware that have debugged before, unfortunately we lost our Linux guy, and the current build results in failures to upload (see attached screen snips). We can always debug on the Wandboard, it has never failed to work. So I'm sure this isn't a configuration issue on the Eclipse machine. There must be something that Eclipse needs on the target machine in order for it to push and debug on the remote. I have no idea what that something is, however.

index.php/fa/34434/0/

Also, below are the error messages in case anyone needs to search for this some day.

Thanks in advance.



Error during file upload.
java.io.IOException: inputstream is closed
java.io.IOException: inputstream is closed
java.io.IOException: inputstream is closed

Error during file upload.
java.io.IOException: Pipe closed
java.io.IOException: Pipe closed
java.io.IOException: Pipe closed
Re: Failing to upload to target system [message #1801172 is a reply to message #1799159] Mon, 14 January 2019 20:18 Go to previous messageGo to next message
Chris Burrus is currently offline Chris BurrusFriend
Messages: 2
Registered: November 2018
Junior Member
Follow up :

We were able to solve this problem. It appears sftp and sftp-server are required for Eclipse to copy data over to the target system. They were not part of our build. We added them manually, and it seems to have solved the problem.

If you're experiencing this issue, make sure you have the following installed on your target system :

/usr/libexec/sftp-server
/usr/bin/sftp
/usr/bin/gdbserver
/usr/lib/libstdc++.so.6
Re: Failing to upload to target system [message #1830438 is a reply to message #1801172] Sun, 26 July 2020 09:48 Go to previous message
Akbar Pulatov is currently offline Akbar PulatovFriend
Messages: 1
Registered: July 2020
Junior Member
I tried this, works well. Thank you.
Previous Topic:debug code in Eclipse with MPI support
Next Topic:Problems using tool-chain for ATMEL chips
Goto Forum:
  


Current Time: Mon Oct 14 10:21:23 GMT 2024

Powered by FUDForum. Page generated in 0.03094 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top