xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1858706861
> > > > @trns1997 I have your patch which could pass ci now. sim:matter is disabled because CMake script need be modified to work with new libcxx. @zhhyu7 and @xuxin930 will fix it tomorrow. > > > > > > > > > hi @trns1997 let's try this [trns1997#1](https://github.com/trns1997/nuttx/pull/1) with CI > > > > > > hi @xiaoxiang781216 #11395 and this PR **depend on each other in CI matter**, so both will fail. I suggest that temporarily turn off the matter in this PR and then turn it on later in other. or directly submit cmake commit to this branch and run ci together. what's your suggestion > > Sorry I was out of town. I guess you guys have opted to disable `sim:matter` for the moment. > Yes. > @xiaoxiang781216 any idea to why the linker might be unable to find the following: > > ``` > arm-none-eabi-ld: warning: /home/trns1997/nuttxspace/nuttx/nuttx has a LOAD segment with RWX permissions > arm-none-eabi-ld: /home/trns1997/nuttxspace/nuttx/staging/libxx.a(iostream.o): in function `std::__1::__do_getc(file_struct*, wchar_t*)': > /home/trns1997/nuttxspace/nuttx/libs/libxx/libcxx/src/std_stream.h:125: undefined reference to `getwc' > arm-none-eabi-ld: /home/trns1997/nuttxspace/nuttx/staging/libxx.a(iostream.o): in function `std::__1::__do_ungetc(int, file_struct*, wchar_t)': > /home/trns1997/nuttxspace/nuttx/libs/libxx/libcxx/src/std_stream.h:140: undefined reference to `ungetwc' > ``` NutttX's libc doesn't implment getwc/ungetwc yet, @extinguish will provide an implementation soon. -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org