Git Product home page Git Product logo

Comments (3)

thesawolf avatar thesawolf commented on July 20, 2024

I will check into why the toolchain isn't being passed properly. Try a
manual make mrproper and then just set the builder to not do any cleanup
and see if the custom toolchain call results in a succesful build. Let me
know

On Thu, Aug 8, 2013 at 5:38 AM, Henrik Nilsson [email protected]:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

from android_kernel_rockchip_rk3188.

HenrikNilsson avatar HenrikNilsson commented on July 20, 2024

Installed the arm tool chain with apt get and then it worked. Also worked if I manually entered the CROSS_COMPILE directive.

Build aborts though when setting under volt settings. It suggest making old config again. Perhaps I'm just not using the script as I should.

from android_kernel_rockchip_rk3188.

thesawolf avatar thesawolf commented on July 20, 2024

A typo was found in the CFGCORE.sh regarding undervolting (at least when
not in use), but I also haven't had a chance to fully test out the
implementation of the undervolting. I'll revisit it and check the define
logic. Will fix shortly. Having to deal with a hard drive crash on my
servers.

On Thu, Aug 8, 2013 at 1:39 PM, Henrik Nilsson [email protected]:

Installed the arm tool chain with apt get and then it worked. Also worked
if I manually entered the CROSS_COMPILE directive.

Build aborts though when setting under volt settings. It suggest making
old config again. Perhaps I'm just not using the script as I should.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-22340749
.

from android_kernel_rockchip_rk3188.

Related Issues (1)

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.