Hi,
i followed the instructions "http://processors.wiki.ti.com/index.php/Build_OpenSwan_for_Sitara".
I've a problem to patch the IPSec-Tools. The patch 0001-Fix-Patch.patch was copied to /home/osboxes/image/ipsec-tools-0.8.2/src.
The execution of the patch starts as follow:
[linux-devkit]:/home/osboxes/Image> patch -p1 < 0001-Fix-Patch.patch<code>
bash: syntax error near unexpected token `newline'
If the patch is execute in the way i understand the description (replace <code> with ./configure $CONFIGURE_FLAGS...) , a error occured:
[linux-devkit]:/home/osboxes/Image> patch -p1 < 0001-Fix-Patch.patch ./configure $CONFIGURE_FLAGS --with-kernel-headers=/opt/ti-sdk-am335x-evm-07.00.00.00/board-support/kernel-headers/include --enable-security-context=no --prefix=/usr/
bash: 0001-Fix-Patch.patch: No such file or directory
==> The directory /opt/ti-sdk-am335x-evm-07.00.00.00/board-support/kernel-headers/include exists.
What's the meaninig of this instruction, what ist exactly executed:
patch -p1 < 0001-Fix-Patch.patch<code>
<code>./configure $CONFIGURE_FLAGS --with-kernel-headers=<sdk-path>/board-support/kernel-headers/include --enable-security-context=no --prefix=/usr/
Yours Stefan