0 Members and 9 Guests are viewing this topic.
How to compile your kernel (not using buildroot):1. Build yourself a cross compiler for arm (little endian), you can use buildroot and the nspire-scripts.
9. Make cup of coffee
Here, the "build yourself" means for me to open emacs, and start coding. Is that what you wanted to say?
Where you talking about the rule "some" and "tea"?
QuoteHere, the "build yourself" means for me to open emacs, and start coding. Is that what you wanted to say?You could do that if you have the patience and time, but http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux should be faster if you're not trying to compile it on a 4004 Your prefix will be arm-none-eabi-, you just have to copy the binarys created into /usr/bin, /opt/cross or whatever directory is in your $PATH.
Quote from: Vogtinator on November 23, 2012, 04:30:52 pmQuoteHere, the "build yourself" means for me to open emacs, and start coding. Is that what you wanted to say?You could do that if you have the patience and time, but http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux should be faster if you're not trying to compile it on a 4004 Your prefix will be arm-none-eabi-, you just have to copy the binarys created into /usr/bin, /opt/cross or whatever directory is in your $PATH.Ah ! For sure I already have that.But now imagine I have succesfuly compiled the kernel, how to compile stuff that is not included in that kernel ? (for example, how to you manage to add the extra-programs that are available by default when you run your kernel ?).Maybe I've missed one post, but I cannot figure out how you're dealing with the *double* cross compiler (linux <> arm nspire <> arm linux).
Wow, I just checked the comments on my video, and I saw THAT:http://www.youtube.com/watch?v=K8P7lxQ9bcwSome a**hole motherf****r stole my video, I already reported it!
But now imagine I have succesfuly compiled the kernel, how to compile stuff that is not included in that kernel ? (for example, how to you manage to add the extra-programs that are available by default when you run your kernel ?).