Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
Internal error during compiling
Hi guys,
I'm trying to compile my project with this api for an automated programmer.
i'm having quite some bit of problems.
here is an extract of what i've try to do and the replies the server gave me:
curl https://developer.mbed.org/api/v2/tasks/compiler/start/ -X POST -d "platform=Nordic-nRF51822&program=MyProgramName" user myusername
Enter host password for user 'myusername':
{ "code": 200, "errors": null, "warnings": null, "meta": null, "result": { "display_notices": null, "data": { "task_id": "5e91a496-71df-4564-af03-574eae2f378f" }, "display_warnings": null, "display_errors": null, "result_meta": null }, "notices": null }
curl https://developer.mbed.org/api/v2/tasks/compiler/output/5e91a496-71df-4564-af03-574eae2f378f user ddavidebor
Enter host password for user 'myusername':
{ "code": 200, "errors": null, "warnings": null, "meta": null, "result": { "display_notices": null, "data": { "task_id": "5e91a496-71df-4564-af03-574eae2f378f", "task_complete": true, "task_status": "FAILURE", "new_messages": [ { "message": "Internal error.", "type": "Error" } ], "compilation_success": false }, "display_warnings": null, "display_errors": null, "result_meta": null }, "notices": null
as you can see i have no idea of what is the problem and i really need a help from you guys, our work is stuck until we're able to compile automatically.
solved. This issue can be generated by a bad linkage in the the libraries. Republishing everything solved it.
posted by Davide Bortolami 21 Aug 2015