patacongo commented on issue #353: multiple definition of `up_mdelay'
URL: https://github.com/apache/incubator-nuttx/issues/353#issuecomment-590072641
 
 
   > 1.Remove up_delay.c from your chipset Make.defs directly
   > 2.Enable CONFIG_ALARM_ARCH in your defconfig
   
   That is not a good solution.  The means that the configuration is not an 
option.  Either an architecture must always have CONFIG_ALARM_ARCH and never 
build up_*delay.c; or it must never have CONFIG_ALARM_ARCH and always build 
up_*dealy.c.
   
   That is not very flexible.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to