casaroli commented on code in PR #3693:
URL: https://github.com/apache/nuttx-apps/pull/3693#discussion_r3710457843
##########
examples/fdpicxip/modules/Makefile:
##########
@@ -46,10 +46,10 @@ CPU ?= cortex-m3
FDPICDIR = $(NUTTX_DIR)/tools/fdpic
MODULE_MK = $(FDPICDIR)/nuttx-fdpic.mk
-EMBED = $(FDPICDIR)/fdpic-embed
+EMBED = $(FDPICDIR)/fdpic-embed.py
Review Comment:
for building fdpic modules, we can do with stock gcc, however for _linking_
them we need upstream binutils rebuilt with `arm-uclinuxfdpiceabi-ld`, as stock
arm ld does not ship with it:
```
$ arm-none-eabi-ld -V
GNU ld (Arm GNU Toolchain 15.2.Rel1) 2.45.1
Supported emulations:
armelf
```
What do you suggest? can we include the "custom" binutils in the CI image?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]