contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 25 forks source link

Problem when building sha2.z1 or rijndael.z1 #14

Open jabberimaher opened 4 years ago

jabberimaher commented 4 years ago

Hi, i try to compile sha2, rijindael: 1-i extract tinydtls-master 2- i copy aes /sha2 to examples 3- i create a makefile 4- in a terminal i launch make TARGET=z1 (aes or sha2) 5- the same error for both projects


LD build/z1/rijndael.z1 rijndael.o: file not recognized: File format not recognized collect2: ld a retourné 1 code d'état d'exécution ../../Makefile.include:416: recipe for target 'build/z1/rijndael.z1' failed make: *** [build/z1/rijndael.z1] Error 1


LD build/z1/sha2.z1 sha2.o: file not recognized: File format not recognized collect2: ld a retourné 1 code d'état d'exécution ../../Makefile.include:416: recipe for target 'build/z1/sha2.z1' failed make: *** [build/z1/sha2.z1] Error 1


please how can i resolve this problem best regards