fido-alliance / iot-fdo-conformance-tools

FIDO Alliances Reference FDO Implementation and Conformance Testing
https://fidoalliance.org/intro-to-fido-device-onboard/
Other
5 stars 2 forks source link

[BUILD ISSUE] Building the tool with "make build" command returns error #74

Closed Sai-Anudeep47 closed 8 months ago

Sai-Anudeep47 commented 8 months ago

What is the OS?

What is the OS version?

What is the tools version? Commit?

d5c20b6151b99610b836ab6dff2a60eef3b42241

Issue description

When trying to build the tool using make build command, following error is observed.

go build ./build_helper
go: build output "build_helper" already exists and is a directory
make: *** [Makefile:57: cleanup_frontend] Error 1

The above error is due to trying to build a binary with existing folder name in root Makefile, the fix for the same is attached as patch file. build_fix.patch

yackermann commented 8 months ago

Addressed