06/29/2009 3:55 AM
post32672
|
Hello,
Sry for my late reply. It is my fist time building something like gcc, I had read the documentation concerning
compiling gcc. I had a little missunderstanding about the --enable-libgomp option, which was part of configuration
procedure and not of the compiler.
I need OpenMP for my master thesis about parallelism, and the instrumented kernel for tracing the scheduler.
I have a default Neutrino 6.4.1 configuration and downloaded the (4.4, as suggested) branch into the following folder :
/home/gcc-4_4-branch
Thats my configure for building 4.4.
./configure
--srcdir=/home/gcc-4_4-branch/libgomp
--build=i386-pc-nto-qnx6.4.0
--host=i386-pc-nto-qnx6.4.0
--target=i386-pc-nto-qnx6.4.0
--libdir=/usr/qnx641/host/qnx6/x86/usr/lib
--libexecdir=/usr/qnx641/host/qnx6/x86/usr/lib
--with-sysroot=/usr/qnx641/target/qnx6/
--prefix=/usr/qnx641/host/qnx6/x86/usr
--exec-prefix=/usr/qnx641/host/qnx6/x86/usr
--with-local-prefix=/usr/qnx641/host/qnx6/x86/usr
--with-gxx-include-dir=/usr/qnx641/target/qnx6/usr/include/c++/4.3.3
--enable-cheaders=c
--with-as=ntox86-as
--with-ld=ntox86-ld
--disable-werror
--enable-languages=c++
--enable-threads=posix
--disable-nls
--disable-libssp
--disable-tls
--disable-libstdcxx-pch
--enable-libmudflap
--enable-__cxa_atexit
--enable-multilib
--enable-shared
--enable-libgomp
and get the following errormessage:
configure: error: source directory already configured; run "make distclean" there first
calling make distclean leads to following messages (I will just write the first one):
Makefile:442: .deps/affinity.Plo: No such file or directory
...
...
I am pretty sure, that there is a quite simple error.
Regards, Mario
|
|
|