Tiny Core Base > Release Candidate Testing

Core v7.0beta2

<< < (4/7) > >>

dentonlt:
Sorry - I'm confused. 4.2.8 is on kernel.org, but to bump to 4.2.9 I pick up patches from ... ?

I'm on an Acer c720, so I'm missing modules for Chromebook touchpad (Cyapa) - happy to roll those myself and all.

Rich:
Hi dentonlt
If you are looking for patched sources they are here:
http://repo.tinycorelinux.net/7.x/x86/release/src/kernel/

dentonlt:

--- Quote from: Rich on January 20, 2016, 08:50:10 PM ---Hi dentonlt
If you are looking for patched sources they are here:
http://repo.tinycorelinux.net/7.x/x86/release/src/kernel/

--- End quote ---
Thanks, Rich.

vt1431:

--- Quote from: curaga on January 20, 2016, 02:59:13 PM ---...
We may not be able to do anything, is it possible for you to build on a newer machine and just copy to the 586?

--- End quote ---

Running 5.2.0 "gcc -v ..." shows no "--with-arch=i486 --with-tune=i686" which was present in 4.9.1:

--- Code: ---Target: i486-pc-linux-gnu
Configured with: ../gcc-5.2.0/configure --prefix=/usr/local --enable-languages=c,c++ --disable-multilib
--disable-bootstrap --with-system-zlib --libexecdir=/usr/local/lib --enable-frame-pointer --enable-gold

--- End code ---
vs

--- Code: ---Target: i486-pc-linux-gnu
Configured with: ../gcc-4.9.1/configure --prefix=/usr/local --enable-shared --libexecdir=/usr/local/lib
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
--disable-multilib --disable-bootstrap --with-system-zlib --enable-frame-pointer --enable-lto
--with-mpfr=/usr/local --with-gmp=/usr/local --with-cloog=/usr/local --with-isl=/usr/local
--with-arch=i486 --with-tune=i686

--- End code ---

What drawbacks would be possible from using gcc4.9.1-compiled kernel modules with 4.x kernel?

vt1431:
Placing any .gz in /etc/sysconfig/tcedir/optional prints a "/" on boot. This is caused by function process_gz' "cd -" in /usr/bin/tce-setup.

--- Code: ---*** /usr/bin/tce-setup  2015-11-04 16:42:49.000000000 +0300
--- /home/tc/a/tce-setup    2016-01-20 23:41:08.477947898 +0300
***************
*** 74,80 ****
        STARTSCRIPT="$TCEINSTALLED"/"${GZ%.gz}"
        [ -s "$STARTSCRIPT" ] && sh "$STARTSCRIPT"
    done
!   cd -
    setupHome
  }
 
--- 74,80 ----
        STARTSCRIPT="$TCEINSTALLED"/"${GZ%.gz}"
        [ -s "$STARTSCRIPT" ] && sh "$STARTSCRIPT"
    done
!   cd - > /dev/null
    setupHome
  }
 

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version