I'm wondering if things have changed for the latest SDK doesn't build like the previous ones do. I ran the following commands
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- omap2plus_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage dtbs make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules sudo chown -R <user> <rootfs location> make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules_install INSTALL_MOD_PATH=<rootfs location>
Where rootfs was a just a folder on my system, and it only produced a lib folder. Any reason why that's the case?