Open antonl321 opened 6 months ago
Hello Lucian,
Can you try first to build with: ./configure -bfd=download
And then your configure line?
Yes, that worked after I unloaded the intel compiler module. But I have a other issue, I'll open an new ticket.
I still have trouble with bfd I have instrumented an application and at the begining of the run I get this message from TAU
TAU Warning: BFD is not available in at least one part of this TAU-instrumented application! Please check to see if BFD is not shared or not present. Expect some missing BFD functionality.
TAU Warning: Comp_gnu - BFD is not available during TAU build. Symbols may not be resolved!
paraprof shows only the addresses for the application rotuines.
Hello,
The following configure line fails to build binutils.
./configure -bfd=download -ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.0-openmpi
in /dev/shm/tau_bfdbuild_3796472/binutils-2.40/tau_build.log I see this type of erro message:
gcc works fine but I cannot pass the build to configure. I have tried -bfd=$PWD/external_dependencies/binutils-2.40[/bfd] without success.
Any suggestion how to get out of this dead end?
Lucian