Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2024-04-29 Thread via GitHub
xiaoxiang781216 closed issue #11227: stringstream linker problem when Normal, Full Optimization Activated URL: https://github.com/apache/nuttx/issues/11227 -- 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

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2024-03-12 Thread via GitHub
trns1997 commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1991218568 @SPRESENSE ah sadly it is not as trivial as we thought. @leducp found an alternative approach to string stream with char conv, he could give you some tips and guide you through it.

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2024-03-12 Thread via GitHub
SPRESENSE commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1991182059 @trns1997 @xiaoxiang781216 I have the same problem with the Spresense board. What is the status of this issue? -- This is an automated message from the Apache Git Service

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2023-11-27 Thread via GitHub
trns1997 commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1827434178 @xiaoxiang781216 the problem specifically arises when we activate the `-Os/1/2/3` flags while compiling. -- This is an automated message from the Apache Git Service. To respond t

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2023-11-27 Thread via GitHub
leducp commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1827400769 BTW, we build the last LLVM version (17.0.5) but the problem is the same. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2023-11-24 Thread via GitHub
xiaoxiang781216 commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1826203086 not sure why. -- 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 com

Re: [I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2023-11-24 Thread via GitHub
acassis commented on issue #11227: URL: https://github.com/apache/nuttx/issues/11227#issuecomment-1826034696 @xiaoxiang781216 any idea why C++ is failing? -- 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 t

[I] stringstream linker problem when Normal, Full Optimization Activated [nuttx]

2023-11-20 Thread via GitHub
trns1997 opened a new issue, #11227: URL: https://github.com/apache/nuttx/issues/11227 # Error ``` P:➜ nuttx git:(master) ✗ make -j8 LD: nuttx arm-none-eabi-ld: warning: /home/trns1997/nuttxspace/nuttx/nuttx has a LOAD segment with RWX permissions arm-none-eabi-ld: /ho