marksalpeter / yaffs2utils

Automatically exported from code.google.com/p/yaffs2utils
GNU General Public License v2.0
0 stars 1 forks source link

make error:"mkyaffs2.c:19:21: error: configs.h: 没有那个文件或目录" #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

$ make
gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs 
-Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes 
-Wredundant-decls  -D_HAVE_MMAP   -c -o mkyaffs2.o mkyaffs2.c
mkyaffs2.c:19:21: error: configs.h: 没有那个文件或目录
mkyaffs2.c: In function ‘mkyaffs2_process_objtree’:
mkyaffs2.c:740: warning: ignoring return value of ‘readlink’, declared with 
attribute warn_unused_result
make: *** [mkyaffs2.o] 错误 1

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
svn rev27.I build it on ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by zhangchu...@gmail.com on 15 Mar 2012 at 9:50

GoogleCodeExporter commented 8 years ago
It's my mistake when committing trunk.

What attached is "configs.h".
I will fix this issue in the next release.

Original comment by penguin.lin on 16 Mar 2012 at 3:51

Attachments:

GoogleCodeExporter commented 8 years ago
now can build ok,thanks
but also find I can not use it on an android .img file,as issue 28

Original comment by zhangchu...@gmail.com on 16 Mar 2012 at 5:46

GoogleCodeExporter commented 8 years ago
This issue is fixed in the latest trunk.
I will close it when next release.

Thanks a lot for your help :D

Original comment by penguin.lin on 23 Mar 2012 at 3:46

GoogleCodeExporter commented 8 years ago
Thanks for rapid response.
I will try after you release the fix.

Original comment by zhangchu...@gmail.com on 23 Mar 2012 at 5:46

GoogleCodeExporter commented 8 years ago

Original comment by penguin.lin on 28 Mar 2012 at 3:55