You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/14 21:32:06 UTC

[GitHub] [incubator-nuttx] acassis opened a new pull request #5233: z80: Fix z80sim build system

acassis opened a new pull request #5233:
URL: https://github.com/apache/incubator-nuttx/pull/5233


   ## Summary
   The current z80sim build was not working
   ## Impact
   User could follow with compilation to fix SDCC compilation
   ## Testing
   You can follow these steps to test:
   ```
   $ sudo apt install sdcc
   $ ./tools/configure.sh z80sim:nsh
   $ make
   ```
   Now it is complaining about code that is not compatible with SDCC:
   ```
   ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
   
   INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)chip}
   INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)common}
   INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)$(ARCH_SUBDIR)}
   INCLUDES += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)sched}
   ```


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5233: z80: Fix z80sim build system

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5233:
URL: https://github.com/apache/incubator-nuttx/pull/5233#issuecomment-1013600819


   Should we add z80 to daily build?


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5233: z80: Fix z80sim build system

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5233:
URL: https://github.com/apache/incubator-nuttx/pull/5233


   


-- 
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