Re: [head tinderbox] failure on arm/arm



should not it say "unresolved external function...." etc if the
compiler can not find the function body?

2009/10/14 Dag-Erling Smørgrav <des@xxxxxx>:
quickembed <quickembed@xxxxxxxxx> writes:
Dag-Erling Smørgrav <des@xxxxxx> writes:
quickembed <quickembed@xxxxxxxxx> writes:
this error shows you have not indicate how to compile libgssapi.a
file.  CC is for .c file, you need to tell what's for .a
(assembly) file.
No, the command line is correct.  Assembler sources end in .s or .S;
.a is a static library.
Then it should be indicated how to "link".

No.  The Makefile is fine.  One of the source files was missing an
#include that contained inline functions or macros, which the compiler
then assumed were external functions.

DES
--
Dag-Erling Smørgrav - des@xxxxxx

_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: What is the gain of "inline"
    ... a function body in-line may allow some parts to be "executed" ... on an inlined call has information not available to a compiler ... to cache values used in both caller and callee, ...
    (comp.lang.c)
  • Re: declaration shadows a parameter
    ... The new standard is to mention both the type and name in the header. ... or is at the same level as the function body. ... It appears your compiler thinks the header has its own nesting level, ... declaration of `val' shadows a parameter ...
    (comp.lang.c)
  • Re: What is the gain of "inline"
    ... a function body in-line may allow some parts to be "executed" ... on an inlined call has information not available to a compiler ... to cache values used in both caller and callee, ...
    (comp.lang.c)
  • Re: Where could I find function body of "fseek()" and "ftell()"
    ... suspect it isn't but I'm not 100% certain. ... Typically the compiler doesn't /need/ the function body. ... [The `kind soul` might have been the compiler vendor, ...
    (comp.lang.c)
  • Re: What is the gain of "inline"
    ... a function body in-line may allow some parts to be "executed" ... on an inlined call has information not available to a compiler ... to cache values used in both caller and callee, ... without the "inline", is the compiler free to compile it inline ...
    (comp.lang.c)