Hi I tried to build aosp and aokp. Both fail with compile errors.
Here are the outputs:
aokp build: http://pastebin.com/WVkrmJBt
aosp build: http://pastebin.com/jPS0NNGm
If someone could tell me what I am doing wrong, I would be most grateful.
I did follow all instructions and did a lot of reading.
Thanks,
Rob
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi yes I am in the master branch I initialised like this
repo init -u https://android.googlesource.com/mirror/manifest --mirrorrepo sync
I mirrored the code and then setup a master like thisI have even tried installing ubuntu 10.04 but the build fails under that as well.
repo init -u /home/robert/aosp/mirror/platform/manifest.git
repo sync
I have now tried ubuntu 13.04 12.10 12.04 10.04. Build fails under all of them.
Rob
Hi Sorry for providing too little output. I realized showcommands is a modifier.
I checked prebuilts/tools/gcc-sdk and prebuilts/gcc/linux-x86/host
both are there in the source build.
robert@tatty:/mnt/hdint/aosp/master/prebuilts/tools/gcc-sdk$ ls
addr2line c++ elfedit gcov nm ranlib strings
ar c++filt g++ gprof objcopy readelf strip
as cpp gcc ld objdump size
(all are links to gcc)
robert@tatty:/mnt/hdint/aosp/master/prebuilts/gcc/linux-x86/host$ ls
i686-linux-glibc2.7-4.4.3 i686-linux-glibc2.7-4.6 x86_64-linux-glibc2.7-4.6
The output from the build for 'full-eng' with showcommands
http://pastebin.com/czYkDbkR
I hope all relevant information is in the output.
I downloaded the source a second time for testing but the build errors remain the same.
Thanks for your replies and patience.
Rob