cederom commented on issue #8578:
URL: https://github.com/apache/nuttx/issues/8578#issuecomment-1435787984

   * Okay so I had to simply link the default `Make.defs` to some board config 
and things work back again :-)
   * Do we want to fix that situation shomehow in the `tools/configure.sh`?
   
   ```
   % ln -s boards/sim/sim/sim/scripts/Make.defs Make.defs
   
   % gmake
   LN: include/arch to arch/sim/include
   LN: drivers/platform to /XXX/nuttxworkspace.git/nuttx/drivers/dummy
   LN: arch/sim/src/chip to /XXX/nuttxworkspace.git/nuttx/arch/sim/src/sim
   LN: arch/sim/src/board to 
/XXX/nuttxworkspace.git/nuttx/boards/sim/sim/sim/src
   (...)
   
   octagon% gmake clean
   ```


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

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

Reply via email to