Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Sep 3, 2024
1 parent a3225a3 commit 77186f6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions starboard/nplb/compiler_compliance/cpp_compiler_version_check.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@
// starboard/build/config/clang.gni
static_assert(
__clang_major__ >= 17,
"We compile above starboard targets like cobalt, nplb with "
"clang17 or higher. If you are building non-modularly or with a non-cobalt "
"provided toolchain you may run into this issue. There are 2 ways around "
"this : "
"1) Build libnplb modularly using the evergreen toolchain : "
"https://developers.google.com/youtube/cobalt/docs/gen/starboard/doc/"
"evergreen/cobalt_evergreen_reference_port_raspi2#build_instructions"
"2) Update the toolchain used to build nplb to clang17 or higher "
"versions.");
"We compile above Starboard targets like Cobalt, Nplb with "
"clang17 or higher. If you are building with a non-Cobalt "
"provided toolchain you may run into this error. To fix this error"
"build libnplb using the Evergreen toolchain : "
"cobalt.dev/development/setup-raspi");
#endif // __clang__

0 comments on commit 77186f6

Please sign in to comment.