Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 5, 2025
1 parent 5f74fca commit 8067f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GDI-6ch/firmware/gdi6_gcc_version_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

// Firmware builds require at least GCC 11.3.1
#if (GCC_VERSION < 1131)
// versions 9 and 10 have nasty 'more undefined references to `__cxa_pure_virtual' follow' issue
#error "GCC compiler >= 11.3.1 required"
#endif

0 comments on commit 8067f91

Please sign in to comment.