tanushreebaindur commented on pull request #709:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/709#issuecomment-839398040


   > @tanushreebaindur, Could you look at the build break:
   > 
https://github.com/apache/incubator-nuttx-apps/pull/709/checks?check_run_id=2558161975
   
   Yes, I am taking a look at it now.  I had not enabled  
CONFIG_BOARDCTL_ROMDISK and CONFIG_LIBC_STRERROR in  
boards/sim/sim/sim/configs/sotest32/defconfig. That is why the build is 
breaking for Configuration/Tool: sim/sotest32 on lines 201 and 204. 
   
   I will also enable CONFIG_BOARDCTL_ROMDISK and CONFIG_LIBC_STRERROR in 
boards/sim/sim/sim/configs/module32/defconfig, as I have replaced 
romdisk_register() with boardctl() in examples/module/module_main.c. 
   
   I will test both these corrections and update the PR: 
apache/incubator-nuttx#3689 with the defconfig files for sotest32 and module32.
   
   I had enabled CONFIG_BOARDCTL_ROMDISK and CONFIG_LIBC_STRERROR in  
boards/sim/sim/sim/configs/sotest/defconfig. I don't understand why it is 
breaking the build for Configuration/Tool: sim/sotest on lines 180 and 183. I 
am able to run examples/sotest without any errors on the simulator with the 
changes I have already submitted.


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


Reply via email to