NXPHoverGames / RDDRONE-BMS772

NuttX source code for RDDRONE-BMS772
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

when built to create a binary for the firmware error reporting a missing libcanard library. #11

Closed suvasis closed 1 year ago

suvasis commented 1 year ago

Setup_log_Build_error_log.txt

I purchased a RDDRONE-BMS772 dev board recently.

As per the build instruction here,

I have installed Windows Subsystem for Linux (Ubuntu) and followed the instructions on Git to setup the toolchain and build the firmware. Setup is fine, however when built to create a binary for the firmware (both Normal and Debug configuration) results in an error reporting a missing libcanard library. The setup and build log is attached for your reference. Shall look for solution on how to resolve this.

Can you pls point to missing libcanard library? Thanks suvasis

igalloway commented 1 year ago

We'll have a look at this and get back to you.

On Mar 18, 2023 12:58 PM, suvasis @.***> wrote:

Caution: EXT Email

Setup_log_Build_error_log.txthttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FNXPHoverGames%2FRDDRONE-BMS772%2Ffiles%2F11009228%2FSetup_log_Build_error_log.txt&data=05%7C01%7Ciain.galloway%40nxp.com%7C3d84a88f8abe4f68a92f08db27da63db%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638147591150532923%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2B8hQhKx5rLWCEjhLbHvaWvlfogHgFxgT1%2BFfxvHjWjw%3D&reserved=0

I purchased a RDDRONE-BMS772 dev board recently.

As per the build instruction here,

I have installed Windows Subsystem for Linux (Ubuntu) and followed the instructions on Git to setup the toolchain and build the firmware. Setup is fine, however when built to create a binary for the firmware (both Normal and Debug configuration) results in an error reporting a missing libcanard library. The setup and build log is attached for your reference. Shall look for solution on how to resolve this.

Can you pls point to missing libcanard library? Thanks suvasis

— Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FNXPHoverGames%2FRDDRONE-BMS772%2Fissues%2F11&data=05%7C01%7Ciain.galloway%40nxp.com%7C3d84a88f8abe4f68a92f08db27da63db%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638147591150532923%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gEqsCqrteGWl6wxC8bEd47HmVP9pQi4Kkn1D3RrKHZo%3D&reserved=0, or unsubscribehttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACQFV7VUERD4LS64RJ3A75TW4XZURANCNFSM6AAAAAAV7TECQI&data=05%7C01%7Ciain.galloway%40nxp.com%7C3d84a88f8abe4f68a92f08db27da63db%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638147591150532923%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=e2rW5jKdB5m1uW%2BQMkMV39pwDk4uTalIvqE2qLkyrvU%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.***>

cisvanmierlo commented 1 year ago

Hi @suvasis,

Could you maybe check if you have the unzip application on your WSL machine? It looks like the MakeFile can not find the path for unzip.

Otherwise I can see that you fetch the libcanard library and saved it in: '/root/drones/apps/canutils/libcanardv1'. Maybe check the content of this folder.

Kind regards,

Cis van Mierlo

suvasis commented 1 year ago

i was able to create the binary. pls close the issue.

igalloway commented 1 year ago

Thanks for using GitHub to report the issue.