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 2020/03/16 23:23:01 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on issue #123: Fix parallel build

masayuki2009 commented on issue #123: Fix parallel build
URL: https://github.com/apache/incubator-nuttx-apps/pull/123#issuecomment-599801635
 
 
   @xiaoxiang781216 I did parallel build aging test (from -j1 to -j24) for maix-bit:elf with this PR, but it failed.
   
   ```
   lf_main.c: In function 'elf_main':                                                                                                                                                     
   elf_main.c:270:41: error: 'romfs_img' undeclared (first use in this function)                                                                                                           
                             (FAR uint8_t *)romfs_img,                                                                                                                                     
                                            ^~~~~~~~~                                                                                                                                      
   elf_main.c:270:41: note: each undeclared identifier is reported only once for each function it appears in                                                                               
   elf_main.c:271:35: error: 'romfs_img_len' undeclared (first use in this function)                                                                                                       
                             NSECTORS(romfs_img_len), SECTORSIZE);                                                                                                                         
                                      ^~~~~~~~~~~~~                                                                                                                                        
   elf_main.c:94:27: note: in definition of macro 'NSECTORS'                                                                                                                               
    #  define NSECTORS(b)  (((b) + SECTORSIZE - 1) / SECTORSIZE)          
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services