Tiny Core Base > Release Candidate Testing
Core v7.0beta2
Juanito:
Team Tiny Core is pleased to announce that Tiny Core 7.0 Beta2 is available for public testing:
http://repo.tinycorelinux.net/7.x/x86/release_candidates/
http://repo.tinycorelinux.net/7.x/x86_64/release_candidates/
This is an beta level cut. If you decide to help test, then please test carefully. We don't want anyone to lose data.
Most extensions have been copied over from the 6.x repo - note that the alsa extensions have been refactored and updated and the Xorg-7.7 extensions have been updated.
We appreciate testing and feedback.
If you use distribution files note that you need a new vmlinuz and core.gz (or rootfs.gz + modules.gz)
Changelog for 7.0 beta2:
* busybox patched to fix "crontab -e" error
* kernel updated to 4.2.9 with the latest stable patch, with these config changes:
- minstrel enabled for some wireless cards
- vmmouse disabled for VMWare + Xvesa
- the cpu limit on the 64-bit kernel raised to 64
Changelog for 7.0 beta1:
* busybox updated to 1.24.1
* kernel updated to 4.2.7
* glibc updated to 2.22
* gcc updated to 5.2.0
* e2fsprogs base libs/apps updated to 1.42.13
* util-linux base libs/apps updated to 2.27
Note that the drm/i915 kernel driver error is still not fixed.
Juanito:
reposted CorePlus iso with corrected ndiswrapper, wireless and wl modules
vt1431:
Not sure if it is right thread to report -- gcc refuses to compile any c programs.
--- Code: ---$ gcc -v -save-temps hello.c
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/5.2.0/lto-wrapper
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
Thread model: posix
gcc version 5.2.0 (GCC)
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-mtune=i486' '-march=i486'
/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/5.2.0/cc1 -E -quiet -v -iprefix /tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/5.2.0/ hello.c -mtune=i486 -march=i486 -fpch-preprocess -o hello.i
cc1: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 6
model name : Mobile Pentium II
stepping : 10
microcode : 0xa
cpu MHz : 399.934
cache size : 256 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr
bugs :
bogomips : 800.19
clflush size : 32
cache_alignment : 32
address sizes : 36 bits physical, 32 bits virtual
power management:
$ free -m
total used free shared buffers cached
Mem: 246 101 145 40 4 71
-/+ buffers/cache: 24 222
Swap: 0 0 0
$ cat /opt/tcemirror
http://repo.tinycorelinux.net/
$ ls
hello.c
$ cat hello.c
main(){}
--- End code ---
No preprocessed code is generated, dmesg contains nothing unusual, locale is "C".
Pentium I/256M system w/ Core 7.0beta1 fails too.
P.S. rt61pci support is now ok, thanks.
Juanito:
'seems to work for me:
--- Code: ---$ gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe hello.c
hello.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(){}
^
--- End code ---
..and I just compiled busybox with it.
Did you load compiletc or just gcc?
curaga:
Always nasty when gcc uses over-486 instructions when told to use 486 ones. I wonder which it was, just out of curiosity.
Can you try that in gdb? gdb --args gcc hello.c
run
disas
Navigation
[0] Message Index
[#] Next page
Go to full version