Programming Troubles

I’m using the competition template in VEXcode, and my robot simply won’t do anything. When I pressed Build, a message popped up that said: make: Nothing to be done for ‘all’. Does anyone know what this means?

The ‘all’ message disappeared, but it still won’t drive.

Could you send your code do I can take a look.

That error code says there’s no changes since the last build.

Send us your code so we can debug your drive

Like others have said upload code so we can help.

Also does the program successfully upload to the robot?

The program will upload to the robot, but the soonest I will be able to get to the code is tomorrow. I will send it as soon as I can.

What do you mean my code? My program?

Really dumb question but

  1. is the brain/cortex up to date
  2. is it on
1 Like

Yes. Please copy your entire program (ctrl-a, then ctrl-v in VEXcode will copy your entire program) and paste it into a reply, then add triple backtics (```) before and after your code for formatting.

Figured out the problem: my project manager deleted robot.config.c and I pasted the code into a new file. thank you though!

1 Like