sipeed / libmaix

New MaixCDK will replace this repo: https://github.com/sipeed/MaixCDK
https://github.com/sipeed/MaixCDK
MIT License
67 stars 27 forks source link

error when compile hello example #7

Closed haithang closed 2 years ago

haithang commented 3 years ago

i follow exactly your guide , but get error when compile hello-world /opt/libmaix/components/libmaix/lib/arch/v831/libmaix_cam.so: undefined reference to AW_MPI_SYS_Exit' /opt/libmaix/components/libmaix/lib/arch/v831/libmaix_cam.so: undefined reference toAW_MPI_SYS_SetConf' /opt/libmaix/components/libmaix/lib/arch/v831/libmaix_cam.so: undefined reference to AW_MPI_SYS_Init' /opt/libmaix/components/libmaix/lib/arch/v831/libmpp_vi.so: undefined reference toCOMP_FreeHandle' /opt/libmaix/components/libmaix/lib/arch/v831/libmpp_vi.so: undefined reference to COMP_GetHandle' /opt/libmaix/components/libmaix/lib/arch/v831/libmpp_vi.so: undefined reference toChannelRegionInfo_Destruct' /opt/libmaix/components/libmaix/lib/arch/v831/libmpp_vi.so: undefined reference to `ChannelRegionInfo_Construct'

Neutree commented 3 years ago

there's some error commit, you can clone project , then checkout to the right commit by

git reset --hard 0d995194e2c132246bd6b17174c3b54545c09a5a
junhuanchen commented 2 years ago

The latest fixes have been made