Git Product home page Git Product logo

thesawolf / android_kernel_rockchip_rk3188 Goto Github PK

View Code? Open in Web Editor NEW
26.0 7.0 33.0 308.58 MB

RK3188 kernel source (unofficial)

License: Other

Shell 0.12% XSLT 0.01% C 94.73% Awk 0.01% Graphviz (DOT) 0.01% Racket 0.01% SuperCollider 0.01% Python 0.04% Vim Script 0.01% Perl 0.19% Assembly 1.96% Objective-C 0.51% C++ 2.40% R 0.02% PHP 0.01% JavaScript 0.02% Ruby 0.01% Erlang 0.01% Scilab 0.01% ASP 0.01%

android_kernel_rockchip_rk3188's Issues

Custom toolchain problem

If I specify a custom toolchain in the BUILDIT script it doesn't use it.
the location I specify according to instructions is:
TOOLCHAINS: /home/henrik/Compilers/gcc-linaro-arm-linux-gnueabihf-4.8-2013.07-1_linux/bin/arm-linux-gnueabihf-

make mrproper uses this command:
make ARCH=arm mrproper
make: arm-linux-gnueabi-gcc: Command not found

building the kernel uses this command:
make ARCH=arm CROSS_COMPILE=/home/henrik/Compilers/gcc-linaro-arm-linux-gnueabihf-4.8-2013.07-1_linux/bin/arm-linux-gnueabihf- -j4 kernel.img 2>&1 | tee -a BUILD.LOG
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
...

It seems that make mrproper does not respect my toolchain settings but building the kernel does.

It seems reasonable that make mrproper should also use the toolchain I specify.

The kernel build itself also fails, but I suspect that is because make mrproper fails.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.