* OpenSSL 0.9.8 compile error!
@ 2005-09-16 11:18 Ricardo Fialho Tafas Junior
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Fialho Tafas Junior @ 2005-09-16 11:18 UTC (permalink / raw)
To: linux-ppc-embedded
Hello list,
I'm trying to crosscompile openSSL to PPC8xx. I've downloaded the latest
version and when I call "make" I get the following error:
ppc_8xx-gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO -O3 -Wall -c -o
linux_ppc32.o linux_ppc32.s
linux_ppc32.s: Assembler messages:
linux_ppc32.s:109: Error: Unknown pseudo-op: `.machine'
make[3]: *** [linux_ppc32.o] Error 1
make[3]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8/crypto/bn'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8/crypto'
make[1]: *** [build_crypto] Error 1
make[1]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8'
make: *** [top] Error 2
Before that:
I make a "./Configure linux-ppc" and edited the makefile to cross
compile it and to force it to use ppc-8xx_gcc and ppc_8xx-ar.
Any idea to solve this?
Any "how to" to compile Openssl in embedded enviroment?
Thanks,
--
Ricard Fialho Tafas Jr
R&D Engineer
Parks S.A. Comunicações Digitais
www.parks.com.br
+55 51 4700523
e-mail: rtafas@parks•com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: OpenSSL 0.9.8 compile error!
2005-09-16 16:04 Eli Brin
@ 2005-09-16 15:34 ` Ricardo Fialho Tafas Junior
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Fialho Tafas Junior @ 2005-09-16 15:34 UTC (permalink / raw)
To: linux-ppc-embedded
it worked and compiled ok.
thanks
Ricard Fialho Tafas Jr
R&D Engineer
Parks S.A. Comunicações Digitais
www.parks.com.br
+55 51 4700523
e-mail: rtafas@parks•com.br
Eli Brin wrote:
> Dear Ricardo,
>
> You need to add no-asm (and probably no-hw). Please look at the makefile
> and Configure.
>
> This works on 0.9.7b, but I believe that's you problem.
>
> Eli
>
>
>
> -----Original Message-----
> From: Ricardo Fialho Tafas Junior [mailto:rtafas@parks•com.br]
> Sent: Friday, September 16, 2005 1:19 PM
> To: linux-ppc-embedded
> Subject: OpenSSL 0.9.8 compile error!
>
>
> Hello list,
>
> I'm trying to crosscompile openSSL to PPC8xx. I've downloaded the latest
> version and when I call "make" I get the following error:
>
> ppc_8xx-gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT
> -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO -O3 -Wall -c -o
> linux_ppc32.o linux_ppc32.s
> linux_ppc32.s: Assembler messages:
> linux_ppc32.s:109: Error: Unknown pseudo-op: `.machine'
> make[3]: *** [linux_ppc32.o] Error 1
> make[3]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8/crypto/bn'
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8/crypto'
> make[1]: *** [build_crypto] Error 1
> make[1]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8'
> make: *** [top] Error 2
>
> Before that:
> I make a "./Configure linux-ppc" and edited the makefile to cross
> compile it and to force it to use ppc-8xx_gcc and ppc_8xx-ar.
>
> Any idea to solve this?
> Any "how to" to compile Openssl in embedded enviroment?
>
> Thanks,
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: OpenSSL 0.9.8 compile error!
@ 2005-09-16 16:04 Eli Brin
2005-09-16 15:34 ` Ricardo Fialho Tafas Junior
0 siblings, 1 reply; 3+ messages in thread
From: Eli Brin @ 2005-09-16 16:04 UTC (permalink / raw)
To: 'Ricardo Fialho Tafas Junior', linux-ppc-embedded
Dear Ricardo,
You need to add no-asm (and probably no-hw). Please look at the =
makefile
and Configure.
This works on 0.9.7b, but I believe that's you problem.
Eli
-----Original Message-----
From: Ricardo Fialho Tafas Junior [mailto:rtafas@parks•com.br]
Sent: Friday, September 16, 2005 1:19 PM
To: linux-ppc-embedded
Subject: OpenSSL 0.9.8 compile error!
Hello list,
I'm trying to crosscompile openSSL to PPC8xx. I've downloaded the =
latest=20
version and when I call "make" I get the following error:
ppc_8xx-gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT =
-DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO -O3 -Wall -c -o=20
linux_ppc32.o linux_ppc32.s
linux_ppc32.s: Assembler messages:
linux_ppc32.s:109: Error: Unknown pseudo-op: `.machine'
make[3]: *** [linux_ppc32.o] Error 1
make[3]: Leaving directory =
`/home/rtafas/voip_devel/openssl-0.9.8/crypto/bn'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory =
`/home/rtafas/voip_devel/openssl-0.9.8/crypto'
make[1]: *** [build_crypto] Error 1
make[1]: Leaving directory `/home/rtafas/voip_devel/openssl-0.9.8'
make: *** [top] Error 2
Before that:
I make a "./Configure linux-ppc" and edited the makefile to cross=20
compile it and to force it to use ppc-8xx_gcc and ppc_8xx-ar.
Any idea to solve this?
Any "how to" to compile Openssl in embedded enviroment?
Thanks,
--=20
Ricard Fialho Tafas Jr
R&D Engineer
Parks S.A. Comunica=E7=F5es Digitais
www.parks.com.br
+55 51 4700523
e-mail: rtafas@parks•com.br
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs•org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
This mail arrived via mail.pineapp.net
=20
************************************************************************=
****
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & =
computer
viruses.
************************************************************************=
****
********
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-09-16 18:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-16 11:18 OpenSSL 0.9.8 compile error! Ricardo Fialho Tafas Junior
-- strict thread matches above, loose matches on Subject: below --
2005-09-16 16:04 Eli Brin
2005-09-16 15:34 ` Ricardo Fialho Tafas Junior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox