Error Message on Tetrix Robot

I was away for the holiday break for a week and a half. I come back today to program robot more and I get the below error message. Was there a change made on Jan 1st. I dont know what I am doing wrong:

</usr/local/bin/arduino-cli compile --fqbn arduino:sam:arduino_due_x_dbg --libraries /home/builder/opt/libraries/latest --build-cache-path /tmp --output-dir /tmp/369682299/build --build-path /tmp/arduino-build-663DC9682C39B94410388AFB5FFA0314 --library /mnt/create-efs/webide/70/6a/706a7fef657d3dd8e121e683cd3a7fdc:chrisgrogan/libraries_v2/TETRIX PRIZM /tmp/369682299/Activity_4

-> candidates: []

Using library TETRIX PRIZM at version 1.0.2 in folder: /mnt/create-efs/webide/70/6a/706a7fef657d3dd8e121e683cd3a7fdc:chrisgrogan/libraries_v2/TETRIX PRIZM

/mnt/create-efs/webide/70/6a/706a7fef657d3dd8e121e683cd3a7fdc:chrisgrogan/libraries_v2/TETRIX PRIZM/PRIZM.cpp:15:21: fatal error: avr/wdt.h: No such file or directory

#include <avr/wdt.h>

^

compilation terminated.

Error during build: exit status 1>

No, Can you post your code, as well as what board you have selected.

It looks like you're compiling for an Arduino Due; the Due is not an AVR based board so the compiler will complain about the include statement.

Your topic has been moved to a more suitable location on the forum as it is a compile error, not an upload error.

I figured out what I did wrong it was a silly mistake :slight_smile:

Please enlighten the world so they can look at the given solution if they encounter the same problem.

You can mark your topic as solved by clicking the solution button under the most relevant reply so others know that it is solved.

The Board was set as Partially Supported. Usually it doesn't show up that way but I had to reset it to a Fully Supported Board and add the port. I have to do it each time I load in new code.