tdm
Android Expert
Can you upload a zip of the rom?
Ill have my kernel source up when i get home from work btw.
I'll upload at EOD. Hopefully I can fix more stuff.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can you upload a zip of the rom?
Ill have my kernel source up when i get home from work btw.
My biggest two problems right now are:
1. I can't seem to build a bootable boot.img. But the hyperics image boots fine. Don't know if the issue is the boot.img format or my rc-scripts. Working on that now.
2. I can get rild running and get service, but when rild comes up, system_server crashes.
are you using my zImage from hyperics? the ramdisk/boot.img need compressed with lzma, I have other compressions disabled.
did u have the source up blood? i didnt see it
The line ".arch_extension sec" in security/smc/omap3/bridge_pub2sec.S breaks my build. I assume it's a newer extension from the Linaro toolchain.
Do you know what it is, where it came from, and why it's there?
What about the section mismatch? Linaro doesn't trigger that issue?
don't worry about it or the warnings, they're harmless. as long as your not getting any errors (which you shouldn't unless you start changing things) your good.
Unfortunately section mismatches are errors. Which makes me wonder if the linaro linker hides them...?
Hmmm strange. I'm sure I'll get it solved tomorrow though.
your probably just gonna be wasting time if you actually try to fix them bro, theres 20 section mismatches, and its probably useless shit causing them.
Bloodawn, I'm getting this:
kernel/lge/hyperics/security/smc/omap3/bridge_pub2sec.S:43: Error: selected processor does not support ARM mode `smc 1'
Are you sure that's the correct toolchain?