Skip to content

Commit

Permalink
tinydtls: updated to latest version with cross-compilation fixes
Browse files Browse the repository at this point in the history
This update enables cross-compilation by specifying the option
--host to configure. For example, building libcoap with tinydtls
for raspberry pi now can be done as follows (given that you have
the required compiler; on Debian, apt-get install gcc-arm-linux-gnueabihf
should do):

  git submodule update --init --recursive
  ./autogen.sh
  ./configure --host=arm-linux-gnueabihf --disable-shared --disable-documentation
  make
  • Loading branch information
obgm committed Apr 18, 2017
1 parent 1ba4fd0 commit 2586304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/tinydtls
Submodule tinydtls updated from 830ff5 to cc5863

0 comments on commit 2586304

Please sign in to comment.