Jump to content

compilation impossible


newcivs
 Share

Recommended Posts

Command: make -j3

SVN: 15191

OS: RfRemix 20

Kernel: Linux 3.12.9-300.fc20.i686+PAE i686
GCC: 4.8.2 20131212

GPU info

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation Device d613
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at d0000000 (64-bit, non-prefetchable)
Memory at c0000000 (64-bit, prefetchable)
I/O ports at f140
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915

CPU intel core duo "aka celeron"

"GPU", intel gma 950

tracks:

http://pastebin.com/qmUGXtxV

Edited by newcivs
Link to comment
Share on other sites

Did you try cleaning your workspace?

in the gcc dir, execute ./clean-workspaces.sh, then ./update-workspaces.sh. And finally the make as you did.

i use a self-updatetin script, this is the code of my script

#!/bin/sh

set -e

svn up

cd build/workspaces

./clean-workspaces.sh

./update-workspaces.sh

cd gcc

make clean

make -j3

~

Link to comment
Share on other sites

y make a re

It can't be you ran that complete script, as you're on r14707, while we're now on r15191. Try updating your svn again.

i make a otal upgrade and now i get

SVN: 15191

OS: RfRemix 20

Kernel: Linux 3.12.9-300.fc20.i686+PAE i686
GCC: 4.8.2 20131212

GPU info

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation Device d613
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at d0000000 (64-bit, non-prefetchable)
Memory at c0000000 (64-bit, prefetchable)
I/O ports at f140
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915

CPU intel core duo "aka celeron"

"GPU", intel gma 950

tracks:

http://pastebin.com/qmUGXtxV

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...