Results 627 comments of Alan C. Assis

@masayuki2009 any idea about this issue?

User didn't reply! They don't care about our feelings! :-( BTW, also duplicated here: https://github.com/apache/nuttx/issues/8839 Closing it!

@xiaoxiang781216 : ``` ==================================================================================== Configuration/Tool: c5471evm/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI ------------------------------------------------------------------------------------ Cleaning... Configuring... /usr/bin/bash: arm-nuttx-eabi-gcc: command not found /usr/bin/bash: arm-nuttx-eabi-gcc: command not found /usr/bin/bash: arm-nuttx-eabi-gcc: command not found /usr/bin/bash: arm-nuttx-eabi-gcc: command not found /usr/bin/bash:...

@xiaoxiang781216 I'm getting this error when compiling for sim:ostest: ``` LD: nuttx /usr/bin/ld: nuttx.rel: relocation R_X86_64_16 against `.data' can not be used when making a PIE object; recompile with -fPIE...

@nealef see https://github.com/apache/nuttx/actions/runs/5281758940/jobs/9555847442?pr=7202 It is failing with same error I reported above! Any idea?

Thank you @nealef now it worked here!

@greg5678 I missed your message, probably because other priority tasks. Please refer to this issue: https://github.com/apache/nuttx/issues/8839 I got NuttX 9.0 working on Photon board. Maybe you could help too to...

@vbenso I nice thing that I did with APA102 matrix was making a driver that see it as an ordinary LCD: https://github.com/apache/nuttx/blob/master/drivers/lcd/apa102.c Doing this way people could create big screens...

Hi @vbenso nice work! You need to rebase your branch with current upstream. Did you follow the documentation explaining how to create the upstream branch to refer to NuttX mainline:...

@vbenso please fix the conflicts and update the PR to let us merge this PR