2010年8月24日 星期二

Build openssl for ARM

雖然網路上可以搜尋到很多人提供的方法跟經驗分享,在此我還是紀錄一下我自己的使用經驗
步驟:
1. ./Configure linux-generic32 no-shared --prefix=/path/to/your/prefer/openssl/path
2. 修改Makefile as below
  modify CC = /path/to/your/gcc/for/arm
               AR = /path/to/your/ar/for/arm
               RANLIB = /path/to/your/ranlib/for/arm
3. make
4. (Optional) make install
ps. 如果想要build成static版本, 可以修改Makefile裡面的CFLAGS,加入 -static

After step 3, the openssl executable file will be generated in apps/ folder
之後就可以把openssl copy到 target machine上去執行

沒有留言:

張貼留言