Cmake not working with ESP-WHO project?
Posted: Wed Jan 15, 2020 8:05 pm
I've successfully compiled and run the camera_web_server example using esp-idf 3.3.1 and the default toolchain.
But, on Windows, building under the MSYS32 environment is painfully slow. I'd prefer to use the Cmake preview. Since the example projects include CMakelists.txt files, I assumed this would work.
Unfortunately the bootloader.bin file ends up much larger, causing an error from esptool:
esptool write_flash: error: argument <address> <filename>: Detected overlap at
address: 0x8000 for file: partition_table/partition-table.bin
I discovered that the sdkconfig file produced by the new menuconfig is quite different. I suspect this is the cause.
Is the esp-who project compatible with Cmake? If so, what do you suspect my problem is?
-Matt
But, on Windows, building under the MSYS32 environment is painfully slow. I'd prefer to use the Cmake preview. Since the example projects include CMakelists.txt files, I assumed this would work.
Unfortunately the bootloader.bin file ends up much larger, causing an error from esptool:
esptool write_flash: error: argument <address> <filename>: Detected overlap at
address: 0x8000 for file: partition_table/partition-table.bin
I discovered that the sdkconfig file produced by the new menuconfig is quite different. I suspect this is the cause.
Is the esp-who project compatible with Cmake? If so, what do you suspect my problem is?
-Matt