Displaying 1 result from an estimated 1 matches for "starting_output_address".
2008 Jun 22
2
[LLVMdev] Unable to build LLVM-GCC 2.3 (using x86_64 and gcc 4.2.3-2ubuntu7)
...n C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
$ cat > test.c << EOF
main(){}
EOF
$ cd prev-gcc
Weirdness with different compile options:
./xgcc -g ../test.c -B.
/usr/local/x86_64-unknown-linux-gnu/bin/ld: internal error in
starting_output_address, at output.cc:2097
collect2: ld returned 1 exit status
Backtrace:
$ ./xgcc -O2 -g ../test.c -B.
$ gdb ./a.out
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are fre...