This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

"ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-.tar.gz" -> missing version information


Hi @all,

i try to build a arm-toolchain with the latest hg-version of crosstool-ng (crosstool-NG hg+default-374dfd876af2) but get an error with cloog ... 

after ct-ng menuconfig in menu:

Companion libraries  ---> 

	GMP version (5.0.2)  --->
	MPFR version (3.1.2)  --->
	CLooG version                                             
	MPC version (0.9)  --->

the CLooG version has no version and the download misses also the version info (see below)

SNIP
Not at this location: "ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-.tar.gz"; -> missing version information
SNIP

after some searching i found, that no version of CLooG is selected, because neithet PPL nor ISL is set (crosstool-ng/config/companion_libs/cloog.in).. so i added it again in config/companion_libs.in and i could again select a version ... but i don't think, that this is the solution :-) ... but it seems to work for the moment ...

config CLOOG
    bool
    select GMP
    select PPL     <--- it was removed ... so i added it again and could select a version 
    select COMPLIBS

As an alternative i tried to set ISL but i didn't found an entry in the companion_libs ... 


Cheers
  Thorsten

-- 
thorsten.johannvorderbrueggen@t-online.de <thorsten.johannvorderbrueggen@t-online.de>

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]