|
Michal I have successfully built OpenSSL, OpenVPN, Sofia-SIP and a User customized application. I have written a short HOWTO, where should I post this pdf document or can I just e-mail to the list? I have also compiled IPRoute2 but have not documented the HOWTO yet. Each of these have had some initial testing which includes running on a FPGA Xilinx soft-CPU and some level of command line execution to include at least help option print out. Libraries like OpenSSL and Sofia-SIP have been initially tested against compiling and running an associated application. For example, my own application builds and runs against the sofia-sip libraries and OpenVPN builds and runs against OpenSSL libraries. ....Chris Michal Simek wrote: > Hi Chris, > > >> Michal >> >> Well, its Newbie hat back on my head again...... all you have to do is >> run "config -no-asm". It compiles now, linking and running is still >> being worked out, however. >> > > No worries. > If you are successful with your OpenSSL build and tests, please provide to community any manual > how compile it. > > Thanks, > Michal > > > >> ...Chris >> >> Michal Simek wrote: >> >>> Hi Chris, >>> >>> >>> >>>> How can the following error be corrected? I'm trying to port >>>> OpenSSL-l-0.9.8b app so other apps like OpenVPN can be ported >>>> ....Thanks....Chris >>>> >>>> mb-linux-gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT . >>>> -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -Wall >>>> -DOPENSSL_BN_ASM_PART_WORDS >>>> -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM >>>> -c -o x86cpuid-elf.o x86cpuid-elf.s >>>> >>>> x86cpuid-elf.s: Assembler messages: >>>> x86cpuid-elf.s:13: Error: unknown opcode "pushl" >>>> x86cpuid-elf.s:25: Error: unknown opcode "pushfl" >>>> x86cpuid-elf.s:26: Error: unknown opcode "popl" >>>> x86cpuid-elf.s:27: Error: unknown opcode "xorl" >>>> x86cpuid-elf.s:28: Error: unknown opcode "btl" >>>> x86cpuid-elf.s:29: Error: unknown opcode "jnc" >>>> x86cpuid-elf.s:30: Error: unknown opcode "movl" >>>> >>>> >>> This can be solve only by removing x86 asm code which you are trying >>> >> to compile with mb tools. >> >>> Regards, >>> Michal >>> >>> >>> >>>> ------------------------------------------------------------------------ >>>> Express your personality in color! Preview and select themes for >>>> Hotmail®. See how. >>>> >>>> >>>> >>> >> >> ------------------------------------------------------------------------ >> Hotmail® is up to 70% faster. Now good news travels really fast. Find >> out more. >> >> > > Windows Live™ SkyDrive: Get 25 GB of free online storage. Check it out. |