-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Failed Remote Unit Test / Uploading using Travis : Could not find LD script. #3580
Failed Remote Unit Test / Uploading using Travis : Could not find LD script. #3580
Comments
Still failing with same error. Newer Travis-ci log : |
Could you run |
Thanks @ivankravets for the hint. But unfortunately, it didn't work. You can check by log : You can search for |
Same problem here. Interestingly the problem does not occur for board = esp32dev! Another workaround (one that avoids forcing the build process to run on the agent computer): |
I just hit this myself after trying out I can report that commenting out the mentioned two lines changes it from "Error: Could not find LD script" to |
Configuration
PlatformIO Version (
platformio --version
): 4.3.4Description of problem
I’m testing remote CI using Travis CI.
I encounter problems testing on my ESP8266 NodeMCU which is attached to my PC (for demo).
What I've tried ?
I’ve tried
pio remote update
from Travis CI andpio update
locally. but nothing has changed.Steps to Reproduce
pio remote agent start -n mydev
git push
to github.Actual Results
This pops up when it tries to reach connected NodeMCU.
If problems with PlatformIO Build System:
The content of
platformio.ini
:.travis.yml :
Additional info
I’ve received the corresponding commands at pio agent :
What could be the problem / solution ?
UPDATE :
Here's a sample output of Travis-ci log :
https://api.travis-ci.org/v3/job/704757056/log.txt
The text was updated successfully, but these errors were encountered: