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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to