Skip to content

Commit

Permalink
Add FRC 2023 Compilers (#4568)
Browse files Browse the repository at this point in the history
* Add FRC 2023 Compilers

* Update path
  • Loading branch information
RyanHir committed Jan 10, 2023
1 parent ed41b75 commit a259aff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1389,7 +1389,7 @@ compiler.k1cg750.hidden=true

###############################
# Platform Specific Cross Compilers
group.platspec.compilers=frc2019:frc2020:raspbian9:raspbian10:arduinouno189:arduinomega189:&cl430
group.platspec.compilers=frc2019:frc2020:frc2023:raspbian9:raspbian10:arduinouno189:arduinomega189:&cl430
group.platspec.groupName=Platform Specific Compilers
group.platspec.isSemVer=true
group.platspec.includeFlag=-I
Expand All @@ -1405,6 +1405,10 @@ compiler.frc2020.exe=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-fr
compiler.frc2020.name=FRC 2020
compiler.frc2020.semver=7.3
compiler.frc2020.objdumper=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-frc2020-linux-gnueabi-objdump
compiler.frc2023.exe=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-g++
compiler.frc2023.name=FRC 2023
compiler.frc2023.semver=12.1
compiler.frc2023.objdumper=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-objdump
compiler.raspbian9.exe=/opt/compiler-explorer/arm/raspbian9-6.3.0/bin/arm-raspbian9-linux-gnueabihf-g++
compiler.raspbian9.name=Raspbian Stretch
compiler.raspbian9.semver=6.3
Expand Down
6 changes: 5 additions & 1 deletion etc/config/c.amazon.properties
Expand Up @@ -1342,7 +1342,7 @@ compiler.ck1cg750.objdumper=/opt/compiler-explorer/k1/gcc-7.5.0/k1-unknown-elf/b

###############################
# Platform Specific Cross Compilers
group.cplatspec.compilers=cfrc2019:cfrc2020:craspbian9:craspbian10:carduinouno189:carduinomega189:&ccl430
group.cplatspec.compilers=cfrc2019:cfrc2020:cfrc2023:craspbian9:craspbian10:carduinouno189:carduinomega189:&ccl430
group.cplatspec.groupName=Platform Specific Compilers
group.cplatspec.isSemVer=true
group.cplatspec.includeFlag=-I
Expand All @@ -1358,6 +1358,10 @@ compiler.cfrc2020.exe=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-f
compiler.cfrc2020.name=FRC 2020
compiler.cfrc2020.semver=7.3
compiler.cfrc2020.objdumper=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-frc2020-linux-gnueabi-objdump
compiler.cfrc2023.exe=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-gcc
compiler.cfrc2023.name=FRC 2023
compiler.cfrc2023.semver=12.1
compiler.cfrc2023.objdumper=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-objdump
compiler.craspbian9.exe=/opt/compiler-explorer/arm/raspbian9-6.3.0/bin/arm-raspbian9-linux-gnueabihf-gcc
compiler.craspbian9.name=Raspbian Stretch
compiler.craspbian9.semver=6.3
Expand Down

0 comments on commit a259aff

Please sign in to comment.