emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with EDE


From: Chong Yidong
Subject: Re: Problems with EDE
Date: Wed, 07 Oct 2009 22:17:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Chong Yidong <address@hidden> writes:

> The target is now printed correctly, but there is a different
> compilation error; I'll investigate further.

It seems the error occurs in upstream CEDET as well.  Following Sascha's
"Make" project recipe, I get

  make -f /home/cyd/tmp/Makefile all
  gcc     -c hello.c
  ld  -L. -o hello hello.o
  ld: warning: cannot find entry symbol _start; defaulting to 0000000008048074
  hello.o: In function `main':
  hello.c:(.text+0x19): undefined reference to `puts'
  make: *** [hello] Error 1

Why is EDE using ld rather than gcc to perform linking?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]