-
Notifications
You must be signed in to change notification settings - Fork 5
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
libMiniDump.so error on Ubuntu 16.04 #32
Comments
libMiniDump.so is part of DSLite. I will try to recreate it here with Ununtu 16.04. |
I gave this a try on Ubuntu 16.04.2 LTS and am not able to reproduce the issue. See output below.
It should reproduce something like: Below is the output from my test uploading to the MSP432 under Ubuntu 16.04. /home/a0273864/.energia15/packages/energia/tools/dslite/8.2.0.1400/DebugServer/bin/DSLite load -c /home/a0273864/.energia15/packages/energia/tools/dslite/8.2.0.1400/MSP_EXP432P401R.ccxml -f /tmp/arduino_build_102118/Blink.ino.elf |
One possible cause is an incomplete install of DSLite. This can happen when the user prematurely cancels the installation of the core through the board manager. Solution is to uninstall the core and reinstall. Closing this for now. If it pops up again and the user is able to provide more details, we can reopen this and investigate further. |
OS: Ubuntu 16.04
IDE Version: Energia 1.8.7E21
Board: MSP_EXP432P401R
Core: MSP432 EMT Red v5.23.1
When building a program on a laptop running Ubuntu the students kept getting this compile error. Based on google search it seems the compiler requires this package. But we were unable to find a solution. This prevented the student from compiling any program.
The text was updated successfully, but these errors were encountered: