**** BEGIN LOGGING AT Tue Dec 14 02:59:57 2010 Dec 14 08:28:13 Moring. Dec 14 08:28:15 Morning even Dec 14 21:10:25 hello to all Dec 14 21:11:03 I'm always here to ask helps, sorry. Anybody tried to compile Froyo lately? Dec 14 21:14:00 yes, i compiled a few weeks ago Dec 14 21:14:16 I'm having a lot of ASM-related errors in bionic from yesterday to today... Dec 14 21:14:50 It seems that Google put some instructions armv5-only for optimization Dec 14 21:15:17 And armv4 doesn't support them,sadly. Dec 14 21:15:57 bad. Dec 14 21:16:37 pretty bad,yeah. I'm wondering if remove them since there are only 6, it seems. I only wanted to know if anybody else noticed this problem. Dec 14 21:17:43 oh,well,gonna try to remove them and see if it works, i will let you know if i can... Dec 14 21:25:25 damn, I need to patch like 20 files... Dec 14 21:50:23 duergar85: Are you sure? I don't see any commits on the bionic froyo branch since April Dec 14 21:52:33 huh... Well, I have some PLD instructions in some .S files Dec 14 21:53:18 in strcpy,S , memcmp.S , memcmp16.S and memcpy.S Dec 14 21:54:18 What's the path to those files? Dec 14 21:54:57 /bionic/libc/arch-arm/bionic/ Dec 14 21:55:06 (in the root of Froyo) Dec 14 21:58:23 (by the way, how can I know if I pulled in all correctly? 'cause I got some problem doing that lately) Dec 14 21:59:05 What does a git status in the bionic directory give you? Dec 14 22:00:10 "Not currently on any branch" and then it lists the files I modified before Dec 14 22:02:03 Try git fetch korg followed by git diff korg/froyo Dec 14 22:03:17 it's a lot pages long Dec 14 22:03:23 i starts with Dec 14 22:03:24 diff --git a/libc/Android.mk b/libc/Android.mk index d2e5e1f..71a8941 100644 Dec 14 22:05:38 I think you're on the wrong branch. Have you modified your manifest? Dec 14 22:06:15 Nope. But I redownloaded all the code and maybe I did something wrong. :( Dec 14 22:06:49 I think that I will retry pulling all. Can you give me the right command so i can do that? Dec 14 22:07:26 repo init -u git://gitorious.org/android-on-freerunner/freerunner_platform_manifest.git -b froyo Dec 14 22:08:40 Thanks, I will retry to pull all the code and see what will happen. Thanks a lot again Dec 14 22:08:41 That's for the froyo branch. "-b cupcake" or "-b froyo-sd" should work for cupcake or froyo on SD Dec 14 22:09:14 Good luck! Try pinging me here again if you run into trouble. **** ENDING LOGGING AT Wed Dec 15 02:59:57 2010