I recently get myself an Odrive. I’ve managed to get it up and running quite seamless with hoverboard motor, it works impressive.
But now I would like to do some changes in code, to make Odrive better suit my needs.
I’ve gone through a lot of problems in setting up toolchain on Win7, but finally I’ve got stuck.
I get following problem while trying to compile:
> Executing task in folder Firmware: make <
[ ETA~=??? Remaining=80 Active=4 ] 0%U
nable to retrieve WOW64 info
tup error: failed to inject dll: No such file or directory
*** Command ID=335 failed: arm-none-eabi-gcc -std=c99 -c Board/v3/Drivers/STM32
F4xx_HAL_Driver/Src\stm32f4xx_hal_cortex.c -DHW_VERSION_MAJOR=3 -DHW_VERSION_MIN
I had the same exact problem,
Unable to retrieve WOW64 info
I tracked my issue down to McAFee removing tup32det.exe
I backed down from the latest version of tup to 7.8 and McAFee didn’t try and delete.
Now I build successfully
Just in case it helps anyone else, I was also having this same issue (antivirus removing tup32det.exe upon running ‘make’), but I had to revert back to v0.7.6 to fix it (v0.7.8 was still giving me the same issue).