how to cross complile helloworld.c

3 messages, 2 authors, 2001-12-12 · open the first message on its own page

how to cross complile helloworld.c

From: srinivas pulipati <hidden>
Date: 2001-12-11 12:35:34

hi,

i have compiled glibc for powerpc-linux.
when i try to compile a sample file helloworld.c
it is saying undefined  reference to printf.
looks like it is not taking proper library.

can anyone help me?

thanks
srinivas


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

Re: how to cross complile helloworld.c

From: Mark Hatle <hidden>
Date: 2001-12-11 16:10:10

srinivas pulipati wrote:
hi,

i have compiled glibc for powerpc-linux.
when i try to compile a sample file helloworld.c
it is saying undefined  reference to printf.
looks like it is not taking proper library.

can anyone help me?

thanks
srinivas
After compiling glibc, did you rebuild you compiler set?  Without doing
a recompile gcc is still going to use newlib and will have no knowledge
of the installed glibc.

--Mark

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

Re: how to cross complile helloworld.c

From: srinivas pulipati <hidden>
Date: 2001-12-12 12:58:50

hi mark,

yes i built the gcc after compling glibc only.

just now i figured out the problem.

after compiling glibc..

i edited the file <path where you put glibc/lib/libc.so  and  changed

GROUP ( /lib/libc.so.6 /lib/libc_nonshared.a )
to:
GROUP ( <path where you put glibc>/lib/libc.so.6 <path where you put
glibc>/lib/libc_nonshared.a )

now powepc-linux-gcc is able to compile hello.c file without any error.

thanks
srinivas

Mark Hatle wrote:
srinivas pulipati wrote:
quoted
hi,

i have compiled glibc for powerpc-linux.
when i try to compile a sample file helloworld.c
it is saying undefined  reference to printf.
looks like it is not taking proper library.

can anyone help me?

thanks
srinivas
After compiling glibc, did you rebuild you compiler set?  Without doing
a recompile gcc is still going to use newlib and will have no knowledge
of the installed glibc.

--Mark

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help