Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Issues with unit tests for CDT 1.2.1 RC1

> 
> 	Hi, Alan!
> 
> 	Thank you for your response! Could you please make it more certain? =
> What does the term "GNU toolchain" stand for? If you mean the whole set =
> of tools including gcc, gdb, binutils, and ld, then it cannot be the =
> reason of the problem since I have each of them installed. Though I'm =
> not an expert in linux programming and I may have ovelooked something..
> 

You need "addr2line" in your path.

The tests are using precompiled Elf objects/excutable, that we know
as certain symbols etc ..

Now things seem to work fine here ...but ...
So on what machine are you running the tests?




Back to the top