You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "g2gps (via GitHub)" <gi...@apache.org> on 2023/06/28 06:25:13 UTC

[GitHub] [nuttx] g2gps commented on a diff in pull request #9635: binfmt/elf: Allow the userspace ELF type to be defined by board configuration.

g2gps commented on code in PR #9635:
URL: https://github.com/apache/nuttx/pull/9635#discussion_r1244740292


##########
boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld:
##########
@@ -0,0 +1,132 @@
+/****************************************************************************
+ * boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld

Review Comment:
   It may be tricky, as the beginning of the `.text` and `.data` sections depend on the MMU and address environment configuration. We could try having a more generic script, I'm just not sure on the specific requirements for other architectures.



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org