Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2007 05:25:57 +0200 (CEST)
From:      Martin Dieringer <martin.dieringer@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116626: linking problem mips-rtems
Message-ID:  <20070925052448.C842@thinkpad.dieringer.dyndns.org>
Resent-Message-ID: <200709250400.l8P40Fc1027574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116626
>Category:       ports
>Synopsis:       linking problem mips-rtefm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 04:00:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Dieringer
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
non-mental
>Environment:
System: FreeBSD thinkpad.dieringer.dyndns.org 6.2-STABLE FreeBSD 6.2-STABLE #8: Mon May 21 13:58:11 CEST 2007 martin@thinkpad.dieringer.dyndns.org:/data/obj/usr/src/sys/T42p i386



>Description:

Cannot cross-compile with devel/mips-rtems-gcc port


>How-To-Repeat:

# mips-rtems-gcc -Wall -static -o hello hello.c -lc -lgcc
/usr/local/libexec/gcc/mips-rtems/4.2.0/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400020


--hello.c-------
#include <stdio.h>
int main( void ){ printf( "Hello!\n" );return 0; }
----------------


>Fix:



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070925052448.C842>