I am attempting to compile the Android file system with SGX as per the instructions here:
I am doing it for Beagleboard-XM so my commands are:
make TARGET_PRODUCT=beagleboard clean
make TARGET_PRODUCT=beagleboard OMAPES=5.x -j8
I am using -j8 because that is what I used for a successful Froyo build and I doubt the number of processors has suddenly changed. I am building from my TI-Android-ICS-4.0.3_AM37x_3.0.0 directory. I don't know if this is correct but I found this while looking elsewhere for prior problems. In fact, the instructions immediately prior to that URL would keep you in the kernel directory. However, there have been a mountain of problems including not knowing or being informed that the build process uses bison, gperf and deprecated JDK.
So with those commands above I get the inserted file output "buildfs.txt". Nothing is produced in any of the subdirectories in "out/target/product/beagleboard/root". Yet it passes all initial tool checks. It's been years since I used Linux and I just expected to follow the instructions ...3223.buildfs.txt