1. 易混淆概念区分 1. 指针 1. 指针数组 与 数组指针 指针数组:是有多个指针的数组;数组指针:是单个指向数组的指针。 指针数组: /* 指针数组. This defines a array containes 32 pointers. */ uint8* apu8Test1[32] = {
[1] 目标文件和可执行文件 https://www.cnblogs.com/zjuhaohaoxuexi/p/16217669.html [2] GUN ld https://sourceware.org/binutils/docs/ld/index.html