Hello,
I am following along here: https://developer.arm.com/documentation/102649/2202/Building-the-Compute-Library?lang=en
and...
I have an issue with picking what exact architecture to call when proposing this build command:
` scons extra_cxx_flags="-fPIC" Werror=0 debug=0 asserts=0 neon=1 opencl=0 os=linux arch=armv7a examples=1 `
See in the command ` arch=armv7a `? Well, I need to figure out exactly the type of architecture of the TDA4VM processors so I can build the above listings.
I picked ` arch=aarch64 ` or ` arch=arm64-8a ` but I am still not sure I am building for the correct processor here.
Seth
P.S. Please let me know how I would go about figuring this out or if you know, please do answer. Thank you for your time and effort...
It's not an area I really know, but based on the below docs link I think it might be "arch=arm64-v8a"
developer.arm.com/.../Build-the-Arm-Compute-Library
Here is the datasheet. https://www.ti.com/lit/ds/symlink/tda4vm.pdf?ts=1656927066811&ref_url=https%253A%252F%252Fwww.google.com%252F
In one place it says The TDA4VM processor family is based on the evolutionary Jacinto 7 architecture.
In another paragraph named Processor Subsystems, it says The A72 processor is a multi-issue out-of-order superscalar execution engine with integrated L1 instruction and data caches, compatible with Armv8-A architecture. The Armv8-A architecture brings a number of new features.
Hello...thank you. This is what I guessed. I am building w/ that idea in my motivation. ` arch=arm64-v8a `.
Hello...thank you. I was looking in the tda4vm datasheet. I am still waiting on them to produce the TRM.