Compiled mkbootimg for x86 linux? - Hero, G2 Touch Q&A, Help & Troubleshooting

Can anybody compile mkbootimg for linux x86? Since the one's I found in other threads dosen't have --base support. And I don't understand how you compile the mkbootimg.h :/

Here you go.
Simple advice: do an android generic build so you'll get lots of usefull tools compiled.
Reagards

gecka said:
Here you go.
Simple advice: do an android generic build so you'll get lots of usefull tools compiled.
Reagards
Click to expand...
Click to collapse
Thx, I want to do that but don't know how, new to linux and android development

Everything explained here:
http://source.android.com/download

gecka said:
Everything explained here:
http://source.android.com/download
Click to expand...
Click to collapse
Thx, I know that one, but not how to compile the code :/

behnaam said:
Thx, I know that one, but not how to compile the code :/
Click to expand...
Click to collapse
Well it is explained....
Building the code
To build the files, run make from within your working directory:
$ cd ~/mydroid
$ make
Click to expand...
Click to collapse
Just start following the steps and tell me if you have a problem.

How could i compile mkbootimg?

Download AOSP
. build/env_setup.sh (Make sure your SHELL is bash(Or at least not zsh)
make mkbootimg
Or
make mkbootimg mkbootfs fastboot adb
(If you have to do a full build you can but for few tools might as well not).

I now this thread is a bit old, but there may be some people able to solve my problem here..
unrandomsam said:
Download AOSP
. build/env_setup.sh (Make sure your SHELL is bash(Or at least not zsh)
make mkbootimg
Or
make mkbootimg mkbootfs fastboot adb
(If you have to do a full build you can but for few tools might as well not).
Click to expand...
Click to collapse
That works indeed! And I am on OS X with MacPorts. Thanks guys!
Now… I needed to compile a different mkbootimg, the one that makes use of md5, for the bcm21553 CPU family. I had the full directory with the Android.mk and the .c file. I solved removing the mkbooting directory from the AOSP and putting this new one instead.
Isn't there any other way? I hoped it was just a matter of writing make in the new module/tool directory after setting the environment but such isn't the case.
And another thing: what the heck are the .mk files?? Are they specific to the Android SDK? I can't find anything in Internet.

Related

[DEVELOPEMENT] Cyanogen

Hey guys
First of all: I'm not good in develop! But i want to start with CM porting to our Gen8
I just get some infos from chulri how to port CM.
What have to be do:
Build-Scripts for CM on Gen8
Extract some Gen8 Binaries
Build the Kernel with Touchscreen Drivers
Build-Scripts for CM on Gen8
I started a Thread at the CM Forum about this I'll report here..
( http://forum.cyanogenmod.com/topic/24048-cm-port-to-archos-gen8/ )
Extract some Gen8 Binaries
I hope chulri will answere me soon so i can do this
Build the Kernel with Touchscreen Drivers
This have to be done from a guy who has Kernel Knowledge! Anyone?
If anyone's interested i could send a link with an how to, i've found onthe web
Everybody is invited to help to getting this Project started!
Greetz,
Lenn
I'm not a great porter, but I've shadowed a lot of porting with the cm roms, I'll try to do my part if you host the project on something like github(both kernel and rom). I also have a little bit of kernel development experience.
Scaryghoul said:
I'm not a great porter, but I've shadowed a lot of porting with the cm roms, I'll try to do my part if you host the project on something like github(both kernel and rom). I also have a little bit of kernel development experience.
Click to expand...
Click to collapse
Thats good You know more than me
I just could host the normal kernel and rom, because i've do nothing yet
(When chulri answered me i'll catch the original binaries, you can read this here: http://forum.xda-developers.com/showthread.php?t=1029507&page=3 )
You think you could the first step i described?
That would be assome
thank you for start the ball rolling!
Lennb said:
Thats good You know more than me
I just could host the normal kernel and rom, because i've do nothing yet
(When chulri answered me i'll catch the original binaries, you can read this here: http://forum.xda-developers.com/showthread.php?t=1029507&page=3 )
You think you could the first step i described?
That would be assome
thank you for start the ball rolling!
Click to expand...
Click to collapse
Not sure what you mean, you want me to explain how to extract the original binaries?
If you need a tester i'm your man ^^
(and if i can be of help with anything else learn me and i'll try ^^)
link should be this?
http://forum.cyanogenmod.com/topic/19647-archos-gen8/page__view__findpost__p__196966
Scaryghoul said:
Not sure what you mean, you want me to explain how to extract the original binaries?
Click to expand...
Click to collapse
First of all, Thanks for a help appear!!
I think he mean the step of porting CM7 to gen8 is:
1.Build-Scripts for CM on Gen8
2.Extract some Gen8 Binaries
3.Build the Kernel with Touchscreen Drivers
so, step 1 should be "1.Build-Scripts for CM on Gen8"..
Scaryghoul said:
Not sure what you mean, you want me to explain how to extract the original binaries?
Click to expand...
Click to collapse
I dont know, when chulri respone me i'll report it here
@eagleofdeath13
Thanks for support! Maybe you could search someone with Kernel knowledge who could do the first step, i think this is hard
@LeoNg628
Yep,sorry about that, thank you for correcting me
Thank goes to all you guys!
LeoNg628 said:
First of all, Thanks for a help appear!!
I think he mean the step of porting CM7 to gen8 is:
1.Build-Scripts for CM on Gen8
2.Extract some Gen8 Binaries
3.Build the Kernel with Touchscreen Drivers
so, step 1 should be "1.Build-Scripts for CM on Gen8"..
Click to expand...
Click to collapse
Yep,you're right
But i think its the hardest step and i've kernel knowledge,
We have to find someone with Kernel Knowledge who could do this
(Except chulri, i always ask him, but he has to much work right now..)
Oh, well I've never really created a build script before but there are plenty of guides instructing on how to do so.
Extracting the binaries usually consists of adb pulling all of the binaries required for the complication that are proprietary/closed source. I suppose you could just copy/paste them to your sdcard then copy to a computer if adb weren't around but that's just extra work.
As to which binaries we need, I'm not sure yet but we can cross that bridge in a bit.
To make the build script, we should probably analyze other build scripts for other devices and the directories for them.
This thread might aid in development, I doubt they have the build scripts for archos but they at least have examples in the program I'm sure and other tools to use.
http://forum.xda-developers.com/showthread.php?t=969266
Also for whoever attempts to get a functional kernel for cm7 this page may be useful(or possibly me just making sure I read this later)
http://wiki.cyanogenmod.com/index.php?title=Howto:_Build_a_Kernel_Port
Scaryghoul said:
Oh, well I've never really created a build script before but there are plenty of guides instructing on how to do so.
Extracting the binaries usually consists of adb pulling all of the binaries required for the complication that are proprietary/closed source. I suppose you could just copy/paste them to your sdcard then copy to a computer if adb weren't around but that's just extra work.
As to which binaries we need, I'm not sure yet but we can cross that bridge in a bit.
To make the build script, we should probably analyze other build scripts for other devices and the directories for them.
This thread might aid in development, I doubt they have the build scripts for archos but they at least have examples in the program I'm sure and other tools to use.
http://forum.xda-developers.com/showthread.php?t=969266
Also for whoever attempts to get a functional kernel for cm7 this page may be useful(or possibly me just making sure I read this later)
http://wiki.cyanogenmod.com/index.php?title=Howto:_Build_a_Kernel_Port
Click to expand...
Click to collapse
Thank you!
Okey, you really knows a lot more than i am
I'll do the binaries, just say me where they are?^^
Maybe you could try the Build script(s)...
And for the Touchscreen Driver:
We've to look for somebody who do the instructions i've found on the net
Scaryghoul said:
This thread might aid in development, I doubt they have the build scripts for archos but they at least have examples in the program I'm sure and other tools to use.
http://forum.xda-developers.com/showthread.php?t=969266
Click to expand...
Click to collapse
Okey, i know this Thread, its great except the fact it don't support Archos ^^
I'll send a message at these guys about archos devices and parallels about our gen8 devices ad supported devices, so we could create our own script to do it from scratch like they've do
But i now i go to bed^^
To start with build scripts I would recommend to find a device - which is supported by CM, if there even is one - which has similiar hardware as the Archos Gen8 series and start from there instead to start from scratch.
If there is no such similiar device series you unfortunately would have to start from scratch
chulri said:
To start with build scripts I would recommend to find a device - which is supported by CM, if there even is one - which has similiar hardware as the Archos Gen8 series and start from there instead to start from scratch.
If there is no such similiar device series you unfortunately would have to start from scratch
Click to expand...
Click to collapse
I have Desire and Desire HD also Aria and Legend....but all is HTC...the hardware spec is not similar to Archos gen8....
chulri said:
To start with build scripts I would recommend to find a device - which is supported by CM, if there even is one - which has similiar hardware as the Archos Gen8 series and start from there instead to start from scratch.
If there is no such similiar device series you unfortunately would have to start from scratch
Click to expand...
Click to collapse
Okey,thank you
there is no device similar to our archos that is supported
But is it possible to "mix" it?
Like:
Cpu - from a phone that has Arm Cortex A8
[...]
we put together all parts
woukd that be possible?
Yes, CPU might be the most important common part, then WiFi/BT, DSP (for hardware acceleration of videos), Sound, Touchscreen and in the end USB host port.
Lennb said:
Okey, i understand thank you very much, chulri!
I've searched but i dont found anything about writing build scripts on android...
Click to expand...
Click to collapse
I haven't found anything too, but I did some research in the beginning of this year: http://wiki.cyanogenmod.com/index.p...nMod_for_Sholes#Prepare_the_Build_Environment
After installing the repository on the build machine, you have all the build scripts from other devices and can copy and adapt them.
Lennb said:
Okey, then we'll do this step (binaries) in the end, i think the best would be to write the build scripts first? What do you mean?
Click to expand...
Click to collapse
Agreed
Lennb said:
i think we should write now on the developement thread, then the other guys could read it
Click to expand...
Click to collapse
Agreed too
chulri said:
Yes, CPU might be the most important common part, then WiFi/BT, DSP (for hardware acceleration of videos), Sound, Touchscreen and in the end USB host port.
Click to expand...
Click to collapse
Okey, but how do we get these firmwares out of the archos firmware?
http://wiki.cyanogenmod.com/index.p...nMod_for_Sholes#Prepare_the_Build_Environment
After installing the repository on the build machine, you have all the build scripts from other devices and can copy and adappt them.
Click to expand...
Click to collapse
Okey, i just have a windows pc, but i think i put linux on it
Ubuntu is the best for developening, isn't it?
I have to talk to my brother (with-owner of the pc)
I'll put a dual-boot system on my pc
I want Cyanogen!
Lennb said:
Okey, but how do we get these firmwares out of the archos firmware?
Click to expand...
Click to collapse
a) adb pull (this is what the "extract_files.sh" does)
b) root the device and copy files one by one
c) root the device, copy the filesystem image and extract the files by script
Lennb said:
Okey, i just have a windows pc, but i think i put linux on it
Ubuntu is the best for developening, isn't it?
I have to talk to my brother (with-owner of the pc)
I'll put a dual-boot system on my pc
Click to expand...
Click to collapse
So you start developing? If not, no need for linux at all
Lennb said:
I want Cyanogen!
Click to expand...
Click to collapse
4 days ago you wanted UrukDroid, 3 day ago you wantet Honeycomb, now you want CM, will you stay this time?
chulri said:
a) adb pull (this is what the "extract_files.sh" does)
b) root the device and copy files one by one
c) root the device, copy the filesystem image and extract the files by script
Click to expand...
Click to collapse
Sorry, im a noob I just don´t understand.
Adb pull is copy files over adb(command connection over usb); right?
So you start developing? If not, no need for linux at all
Click to expand...
Click to collapse
I try I reset my Pc anyway
4 days ago you wanted UrukDroid, 3 day ago you wantet Honeycomb, now you want CM, will you stay this time?
Click to expand...
Click to collapse
Same answer as in 2
from what i understand 2.2, 2.3 doesnt support usb hosting which is needed for the archos screen
is there a fix for that?
i know android 3.0, 3.1 support usb hosting...

[Q] Compiling a certain part of the source code

Hello,
Suppose I have a bootmenu source code( from CM7 repo for example ), how can I compile it alone( without having to compile entire CM source code )?
Thanks, Joe.
Try make bootimage
Herpderp Defy.
make bootimage didn't work - no rule for creating bootimage.
Just one more question: If I don't want to download the entire code, just to compile a very small piece of it( which contains Android.mk ), how can I do it?
That piece must have a git behind it.
Try make --help
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
It does, for example android_Framework_base
What do I do then?
You can do that, the android build system is tightly integrated, and you cant just build anything indepently
But if you have the full source, u can cd to the dir and use this command "mm"
UNknown command.
Lunched and . Build/envsetup before?
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
mDroidd said:
Lunched and . Build/envsetup before?
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
Click to expand...
Click to collapse
Yes, but it failed, so no.
GodSlayer said:
Yes, but it failed, so no.
Click to expand...
Click to collapse
Ubuntu 10.04 64-bit?
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
mDroidd said:
Ubuntu 10.04 64-bit?
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
Click to expand...
Click to collapse
Now, yes. I am still struggling to get it working, the repo sync always fails on me. Isn't there an easier way to download the source code?
GodSlayer said:
Now, yes. I am still struggling to get it working, the repo sync always fails on me. Isn't there an easier way to download the source code?
Click to expand...
Click to collapse
Nope...
Greets!
I'm not a fake.
I prefer people to reply to me and give feedback instead of thanking me!
But thanking me does show if you apreciate my works.
OK, So I've compiled the AOSP. mm is not working.
How can I compile the apps via Eclipse? It gives me thousands of errors.
My bad, was a typo, its mmm
So - do this
cd <source dir>
. build/envsetup.sh
lunch (select your device - or maguro/crespo would be fine)
mmm packages/apps/<app u wanna compile>
It'll compile, when done, check out/target/product/<device>/system/app/<app>.apk
cdesai said:
My bad, was a typo, its mmm
So - do this
cd <source dir>
. build/envsetup.sh
lunch (select your device - or maguro/crespo would be fine)
mmm packages/apps/<app u wanna compile>
It'll compile, when done, check out/target/product/<device>/system/app/<app>.apk
Click to expand...
Click to collapse
Thank you so much! I already figured out how to compile apps( make Settings/etc ), but this works for everything there.
And as for my second question - HOw can I insert a single app into eclipse? I tried to add the classes-full-debug.jar, but I still get some errors like missing classes and things like that.
Any solutioN?

CVE-2013-2094 exploit ported to android

symantec.com/connect/blogs/linux-kernel-exploit-ported-android
Can anyone patch the 3.0.x sources? there is a module that fix this arighi.blogspot.com.es/2013/05/linux-perfevents-root-exploit-cve-2013.html . When 3.4 sources go out whould need fix also...
Sorry for my poor english.
Salud.
agises said:
symantec.com/connect/blogs/linux-kernel-exploit-ported-android
Can anyone patch the 3.0.x sources? there is a module that fix this arighi.blogspot.com.es/2013/05/linux-perfevents-root-exploit-cve-2013.html . When 3.4 sources go out whould need fix also...
Sorry for my poor english.
Salud.
Click to expand...
Click to collapse
If any dev here have NDK configured (my damn Internet is to slow to download Eclipse C++ extension) and is willing to spare some time on compiling the exploit, here is the code : https://github.com/hiikezoe/break_setresuid
Cheers
wolf849 said:
If any dev here have NDK configured (my damn Internet is to slow to download Eclipse C++ extension) and is willing to spare some time on compiling the exploit, here is the code : https://github.com/hiikezoe/break_setresuid
Cheers
Click to expand...
Click to collapse
no, this is not... it's only the basic exploit....
here is the complete one... (same dev BTW)
https://github.com/hiikezoe/android_run_root_shell
stormtrooper_mx said:
no, this is not... it's only the basic exploit....
here is the complete one... (same dev BTW)
https://github.com/hiikezoe/android_run_root_shell
Click to expand...
Click to collapse
Thanks, you are right. I was so tired yesterday that I misinterpreted the branches.
But I am afraid that it will need some basic modification, as it seem to be written for Xperia.
wolf849 said:
Thanks, you are right. I was so tired yesterday that I misinterpreted the branches.
But I am afraid that it will need some basic modification, as it seem to be written for Xperia.
Click to expand...
Click to collapse
as far as i have seen, it has some addresses for some phones, but, if the phone doesn't match those, it tries to autodetect the correct address for perf_events proc.
i tried to compile it, but i get some errors that i can't fix..... yet.... (i'm not a prof dev)
if someone can help, please do it... i want root on my unrootable phone: NEC MEDIAS 101T, android 2.3.5 (with perf_events enabled) kernel 2.6.35.7-perf
error at building the code
wolf849 said:
Thanks, you are right. I was so tired yesterday that I misinterpreted the branches.
But I am afraid that it will need some basic modification, as it seem to be written for Xperia.
Click to expand...
Click to collapse
Hi,
I wanted to test this exploit on my Xperia phone.
I went through the whole progress, but now when I wanted to 'ndk-build' the file, I got an error and have no clue what I did wrong.
Here's what I did:
Code:
[B]/android_run_root_shell#[/B] ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk
make: /home/<username>/build/core/build-local.mk: No such file or directory
make: *** No rule to make target `/home/<username>/build/core/build-local.mk'. Stop.
<username> is my username on the computer ofcourse . I run with privileged rights (root).
Any idea how to fix this? I have no dev skills AT ALL, so I just follow tutorial if I want to try something.
thanx in advance!

Wanting To Learn Custom Rom Development

Hi Respected XDA Developers,
I am really interested in making a custom ROM for Note 5 (N920C). I am really new to these things, I have seen tutorials on XDA for developing ROM's from source, I don’t want to do that, I want to modify stock ROM of my device like I want to ROOT , BusyBox, Fonts, 5-way reboot,Build.prop tweaks, galaxy s6 edge features, battery saving tweaks and many other kind of useful tweaks.
So Please Will Someone Guide Me In This Process, I want to become a developer, I need the help of other senior developer.
Hopefully you people will help me out
I want to make custom Rom with editing stock touchwiz Rom too. I can't find tutorial like we want. I hope someone will help us ASAP.
GT-I9190 cihazımdan Tapatalk kullanılarak gönderildi
umuturunc said:
I want to make custom Rom with editing stock touchwiz Rom too. I can't find tutorial like we want. I hope someone will help us ASAP.
GT-I9190 cihazımdan Tapatalk kullanılarak gönderildi
Click to expand...
Click to collapse
Yah i cant find a proper guide which is suitable for noob people like us, i really hope that some of the renowned developers will help us out as soon as possible ?
That would be a very long guide....
At the very least a "ask any question forum", I too would like to learn more. When I ask a question in forums it seems no one wants to help noobs.
The Sickness said:
That would be a very long guide....
Click to expand...
Click to collapse
Yah that would be long, atleast give us a start.
Well, I build roms and kernels....I can help yall out. But, be aware, I only run Linux, NO Windows
The Sickness said:
Well, I build roms and kernels....I can help yall out. But, be aware, I only run Linux, NO Windows
Click to expand...
Click to collapse
Okay sir i have linux installed, please help me out, give me a start
Which distro? And have you installed the correct packages for android?
The Sickness said:
Which distro? And have you installed the correct packages for android?
Click to expand...
Click to collapse
Ubuntu 14.04.
no i have not installed android packages yet.
toheedasad said:
Ubuntu 14.04.
no i have not installed android packages yet.
Click to expand...
Click to collapse
Ok...I'm going to post a script here in a bit that will install all the required packages, java7, and apktool...
EDIT: Here is the script... extract the .sh file from the zip. You will need to modify it just a bit for the sudo chown -R sick:sick /home/sick/Desktop/apktool.
Where it says sick you need to change to your file name. You need to change it everywhere it says sick.
Open a terminal, type ./installs. It will ask you for your password. Type it in. The script is automated.....when it comes to java you need to say "ok".....
Let me know when your done.
The Sickness said:
Ok...I'm going to post a script here in a bit that will install all the required packages, java7, and apktool...
EDIT: Here is the script... extract the .sh file from the zip. You will need to modify it just a bit for the sudo chown -R sick:sick /home/sick/Desktop/apktool.
Where it says sick you need to change to your file name. You need to change it everywhere it says sick.
Open a terminal, type ./installs. It will ask you for your password. Type it in. The script is automated.....when it comes to java you need to say "ok".....
Let me know when your done.
Click to expand...
Click to collapse
Sir i changed sick to my pc name is that ok?
and the script is running will update you in a min or soo
EDIT: chown: missing operand after ‘toheed-TitanX:toheed-TitanX/home/toheed-TitanX/Desktop/apktool’
Try 'chown --help' for more information.
chown: missing operand after ‘toheed-TitanX:toheed-TitanX/home/android/Desktop/apktool.jar’
Try 'chown --help' for more information.
chmod: cannot access ‘/home/android/Desktop/apktool’: No such file or directory
chmod: cannot access ‘/home/android/Desktop/apktool.jar’: No such file or directory
mv: cannot stat ‘/home/toheed-TitanX/Desktop/apktool’: No such file or directory
mv: cannot stat ‘/home/toheed-TitanX/Desktop/apktool.jar’: No such file or directory
got this error
toheedasad said:
Sir i changed sick to my pc name is that ok?
and the script is running will update you in a min or soo
EDIT: chown: missing operand after ‘toheed-TitanX:toheed-TitanX/home/toheed-TitanX/Desktop/apktool’
Try 'chown --help' for more information.
chown: missing operand after ‘toheed-TitanX:toheed-TitanX/home/android/Desktop/apktool.jar’
Try 'chown --help' for more information.
chmod: cannot access ‘/home/android/Desktop/apktool’: No such file or directory
chmod: cannot access ‘/home/android/Desktop/apktool.jar’: No such file or directory
mv: cannot stat ‘/home/toheed-TitanX/Desktop/apktool’: No such file or directory
mv: cannot stat ‘/home/toheed-TitanX/Desktop/apktool.jar’: No such file or directory
got this error
Click to expand...
Click to collapse
What should i write instead of sick?
You are missing : between your name. What is the name?
No i am putting : in my name.
Name is toheed
And pc name is toheed-TitanX
toheedasad said:
No i am putting : in my name.
Name is toheed
And pc name is toheed-TitanX
Click to expand...
Click to collapse
Then it needs to be:
toheed:toheed
Don't use pc name.
Okay i will try and let you know
EDIT: I have uploaded the log.
I didn’t got any apk tool
EDIT1: just checked 'usr/local/bin' folder apk tool is there
You have apktool. Open terminal and type apktool
The Sickness said:
You have apktool. Open terminal and type apktool
Click to expand...
Click to collapse
Yup Its There
What's next?
toheedasad said:
Yup Its There
What's next?
Click to expand...
Click to collapse
Get @SuperR. kitchen and set it up. Just read his OP...
http://forum.xda-developers.com/chef-central/android/kitchen-superrs-kitchen-t3202296

Android kernel build error

I get this error when I run make command while compiling Android kernel. Please help me.
kurtulus145 said:
I get this error when I run make command while compiling Android kernel. Please help me.
Click to expand...
Click to collapse
Send a text file containing the entire log right from command execution or .sh file execution. Also which phone and processor are u developing on?
KingRaheel said:
Send a text file containing the entire log right from command execution or .sh file execution. Also which phone and processor are u developing on?
Click to expand...
Click to collapse
I upload on attachments.
Device: Asus Memopad 7 ME176CX
Processor: Intel Atom Z3745
kurtulus145 said:
I upload on attachments.
Device: Asus Memopad 7 ME176CX
Processor: Intel Atom Z3745
Click to expand...
Click to collapse
Did u try compiling again using a fresh copy of source? What exact changes did u make? Did u use menuconfig command? Is your source code on github? You should tell all this when u need help else we may not be able to help u out efficiently.
KingRaheel said:
Did u try compiling again using a fresh copy of source? What exact changes did u make? Did u use menuconfig command? Is your source code on github? You should tell all this when u need help else we may not be able to help u out efficiently.
Click to expand...
Click to collapse
No other source file is available. I have not made any changes to the source code. I have edited some things with menuconfig command. No source code in Github. I downloaded it from Asus's site.
kurtulus145 said:
No other source file is available. I have not made any changes to the source code. I have edited some things with menuconfig command. No source code in Github. I downloaded it from Asus's site.
Click to expand...
Click to collapse
What i meant by fresh copy is the downloaded kernel files from asus website which has no alterations done by youto it. Try compiling it without doing any changes using menuconfig or any other command and see if u get the zImage. If u do then use menuconfig and apply one change at a time,compile and see if it causes issues. From your log its clear that some change has caused instability to most of the kernel modules. Kernel building is not easy.
If u want attention of other developers then upload your source code on github and post link here. Can't assure attention but it may help:good:
KingRaheel said:
What i meant by fresh copy is the downloaded kernel files from asus website which has no alterations done by youto it. Try compiling it without doing any changes using menuconfig or any other command and see if u get the zImage. If u do then use menuconfig and apply one change at a time,compile and see if it causes issues. From your log its clear that some change has caused instability to most of the kernel modules. Kernel building is not easy.
If u want attention of other developers then upload your source code on github and post link here. Can't assure attention but it may help:good:
Click to expand...
Click to collapse
I tried the make command without making any changes with the menuconfig command. I got the same error again. I upload source code on GitHub.
I uploaded github.
Link:https://github.com/kurtulus145/k013_kernel
Help!!!

Categories

Resources