Error Compiling My Program on codev5.vex.com

I am trying to use the vexcode v5 site to code. I code with C++ and the site has worked well for me. But recently when I have tried to compile my program, hitting the “build” button, I have gotten this error message after 10 seconds of loading with no results:
image


If there is some software that I need to update or something I should know, please let me know. Thank you in advance!

I’m sorry to see you are having issues building your C++ project. I confirmed that the cloud compiler is running correctly and I’m not getting any timeouts when I try to build a project. We have seen this before where something about your Internet connection or network is blocking the communications with the server that compiles the project.

Since this server is what actually compiles the C++ code in your project so it can run on the VEX V5 Brain, if you can’t talk to the server, you can’t compile/download your code.

We have unfortunately see this happen enough in the past that we have a this guide for Troubleshooting Cloud Compiler Issues in VEXcode V5.

If you still have issues after following the guide, I would recommend that you try to compile a simple project and after the error occurs, please submit feedback in VEXcode with the diagnostic data option checked. This will let us see what is happening so that we can better help you.

2 Likes