kendryte / K210-Micropython-OpenMV

Apache License 2.0
42 stars 20 forks source link

redefinition error #4

Open nbenhur opened 1 year ago

nbenhur commented 1 year ago

c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\cam_ov2640.o: in function .LANCHOR3': cam_ov2640.c:(.rodata.default_regs+0x0): multiple definition ofdefault_regs'; build\openmv\omv\cameras\ov2640.o:ov2640.c:(.rodata.default_regs+0x0): first defined here c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\k210cambus.o: in function cambus_writeb': k210cambus.c:(.text.cambus_writeb+0x0): multiple definition ofcambus_writeb'; build\openmv\omv\hal\k210\cambus.o:cambus.c:(.text.cambus_writeb+0x0): first defined here c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\k210cambus.o: in function cambus_readb': k210cambus.c:(.text.cambus_readb+0x0): multiple definition ofcambus_readb'; build\openmv\omv\hal\k210\cambus.o:cambus.c:(.text.cambus_readb+0x0): first defined here collect2.exe: error: ld returned 1 exit status scons: *** [rtthread.elf] Error 1 scons: building terminated because of errors.

kendryte747 commented 1 year ago

Please use our new version https://github.com/kendryte/canmv.

nbenhur commented 1 year ago

Hi, I tried to build canmv ide in ubuntu, and successfully generated 'canmvide'. When i try to execute the canmvide application, it is giving me error message "Please close any programs that are viewing/editing OpenMV IDE's application data and then restart OpenMV IDE!". Attaching the screenshot for your reference. Kindly help on this issue.

On Mon, Nov 7, 2022 at 2:18 PM kendryte747 @.***> wrote:

Please use our new version https://github.com/kendryte/canmv.

— Reply to this email directly, view it on GitHub https://github.com/kendryte/K210-Micropython-OpenMV/issues/4#issuecomment-1305273891, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFN4JWWLDOXCHFJBEVO4HADWHC645ANCNFSM6AAAAAAQ3NBRNY . You are receiving this because you authored the thread.Message ID: @.***>

kendryte747 commented 1 year ago

Hi, I tried to build canmv ide in ubuntu, and successfully generated 'canmvide'. When i try to execute the canmvide application, it is giving me error message "Please close any programs that are viewing/editing OpenMV IDE's application data and then restart OpenMV IDE!". Attaching the screenshot for your reference. Kindly help on this issue. On Mon, Nov 7, 2022 at 2:18 PM kendryte747 @.> wrote: Please use our new version https://github.com/kendryte/canmv. — Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFN4JWWLDOXCHFJBEVO4HADWHC645ANCNFSM6AAAAAAQ3NBRNY . You are receiving this because you authored the thread.Message ID: @.>

Please open a issue in this repo canmvide