c++ - Cross-Compiling xnu for 5s -


whilst trying build cross toolchain i've come across error trying compile xnu ios:

$ make sdkroot=iphoneos target_configs=armv7a xcrun: error: unable find utility "embedded_device_map", not developer tool or in path     xcrun: error: unable find utility "embedded_device_map", not developer tool or in path /usr/local/src/xnu/makedefs/makeinc.kernel:14: *** unsupported current_arch_config .  stop. make[1]: *** [build_setup_bootstrap_armv7a^^] error 2 make: *** [all] error 2 

i cannot find information on tool @ all, let alone methods install or cross compile cortex-a9 (apple a5)

thus, i'd ever grateful if provide hint of insight. on earth can find tool?


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -