btashton commented on pull request #2290: URL: https://github.com/apache/incubator-nuttx/pull/2290#issuecomment-726515266
@xiaoxiang781216 I think there is something else necessary for this backport besides what was in the PR: ``` cxxtest_main.cxx: In function ‘void test_rtti()’: cxxtest_main.cxx:193:15: error: ‘dynamic_cast’ not permitted with ‘-fno-rtti’ 193 | Extend *t = dynamic_cast<Extend *>(a); | ^~~~~~~~~~~~~~~~~~~~~~~~~ cxxtest_main.cxx:196:7: error: ‘dynamic_cast’ not permitted with ‘-fno-rtti’ 196 | t = dynamic_cast<Extend *>(b); ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org