On 15/07/2014 14:02, Jovan Gerodetti wrote:
> I flashed now the latest nightly image and tried to build v2.0 and
> master, but both fail at this point....
> 
>     host StaticLib: libpng
>     (out/host/linux-x86/obj/STATIC_LIBRARIES/libpng_intermediates/libpng.a)
>     host Executable: aapt
>     (out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/aapt)
>     out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/ResourceTable.o:
>     file not recognized: File truncated
>     collect2: ld gab 1 als Ende-Status zurück
>     make: ***
>     [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/aapt] Fehler 1

Are you using ccache? This looks like an error whereas the contents of
ResourceTable.o are missing (see the "File truncated" error above). Try
removing that file and then recompiling with:

env CCACHE_RECACHE="" ./build.sh

 Gabriele

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to