Cmake issues - Linux & OS X

Hi Guys,

/usr/bin/objcopy is being used on Linux instead of arm-none-eabi-objcopy when building examples for stm.

To replicate just try building the hardware test example for stm.

Cheers

Andy

Hi Guys,

There is also an issue on OS X where ranlib is being used instead of arm-none-eabi-ranlib, this only occurs when building directly 32blit-stm32, seems fine when building from examples folders.

Cheers

Andy

There is a semicolon in an assignment in 32blit-stm32/Makefile:91 which shouldn’t be there. This causes the PREFIX to not be set and then it will pick up the command from the path.