Programming issue

I have a programming issue, It cant be downloaded to the brain
And it shows me (make process closed with exit code 2) image

It seems that you have multiple variables called:

  • LBM
  • LFM
  • RBM
  • RFM
  • pull

A couple more things:
If you want help, you should provide as much information as possible such as:

  • Programming language
  • What did you try to do
  • A link to your code
  • A picture of the setup (if relevant)

Also this should be tagged under technical, not CD-Media.
Your picture is also sideways

3 Likes

The most likely issue is that you are defining variables (LBM, LFM, etc) in a header file that’s included in both main.cpp and robot-config.cpp. But I can’t be more precise than that without seeing the code.

1 Like

I see this is for VexCode, and it seems the problem is with the robot-config files. Did you enable the advanced mode? The code in robot-config.cpp/.hpp should by default be auto generated and not editable.

Like Omer and Peter said, we can’t be sure what your problem is without the rest of your code. Try uploading your program to something like GitHub and linking it here. Since its Vex related, I would try asking over on the Vex Forums too.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.