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 07:39:11 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on a change in pull request #118: Fix parallel buid errors in examples/elf

masayuki2009 commented on a change in pull request #118: Fix parallel buid errors in examples/elf
URL: https://github.com/apache/incubator-nuttx-apps/pull/118#discussion_r392831232
 
 

 ##########
 File path: examples/elf/Makefile
 ##########
 @@ -51,18 +51,11 @@ ROOTDEPPATH := --dep-path tests
 
 VPATH += :tests
 
-ifeq ($(CONFIG_EXAMPLES_ELF_ROMFS),y)
-  FSIMG_HDR = $(TESTS_DIR)/romfs.h
-else
-  FSIMG_HDR = $(TESTS_DIR)/cromfs.h
-endif
-
-elf_main.c: tests/symtab.c
-
-tests/symtab.c tests/dirlist.h $(FSIMG_HDR):
 
 Review comment:
   @xiaoxiang781216 This change was needed to fix such as
   
   riscv64-unknown-elf-ld: pthread.o: file not recognized: file truncated                                                                                        
   Makefile:82: recipe for target 'pthread' failed                                                                                                               
   make[4]: *** [pthread] Error 1                                                                                                                                
   
   Actually there was a similar error in 
   https://github.com/apache/incubator-nuttx-apps/pull/118#issuecomment-598017857
   

----------------------------------------------------------------
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