arm-linux-gnueabihf-ld -Ttext 0X87800000 led.o -o led.elf
上面语句是将代码链接到了以 0X87800000 为起始地址的区域,使用cmake该如何表达。
cmake没有这样的功能