Re: Fwd: Re: cannot find -lld-l4
Marcus Hähnel <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Organization | Technische Universität Dresden |
| Message-ID | <[email protected]> |
Hi ba_f, >>> BTW before that missing lib error, i get a lot of "multiple >>> definition >>> of...". >> Could you show some examples of those errors please? >> Adam > > ./tpm_integrity.o: In function `TPM_Extend': > /home/ba_f/vTPM/server/src/tpm_integrity.c:39: multiple definition of > `tpm_log' > ./tpm_cmd_handler.o:/home/ba_f/vTPM/server/src/tpm_marshalling.h:102: > first defined here > ./tpm_startup.o: In function `TPM_Startup': > /home/ba_f/vTPM/server/src/tpm_startup.c:43: multiple definition of > `tpm_read_from_storage' > ./tpm_cmd_handler.o:/home/ba_f/vTPM/server/src/tpm_marshalling.h:103: > first defined here > > But these warning/error must come from the build-process, because the > code has already been compiled for ARM linux without any Warnings. can you please repeat this using 'make V=1' instead of just make and posting the complete log? It includes additional information about the invoked commandline. - Marcus