I am validating the RTL of ARM Cortex A7.
while running the command "make all" (it performs both capture and replay) it giving error - armasm : command not found
Guide me on this how can I fix this issue
Thanks
Regards
Manjunath
Manjunath Kalmath said:while running the command "make all" (it performs both capture and replay) it giving error - armasm : command not found
So your makefile is not able to run that command.
Have you installed armasm?
can you run it manually from the command line?
Thanks Andy,
I would like to install armasm. If you have any supporting web links or documents kindly share I will try with those
Go to arm.com and search for DS5.
You can download arm compiler here https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/legacy-compilers
Since it is Cortex-A7, arm compiler 5 should be used for the testbench
Thanks,
Installing DS - 5 will also install armasm?
Thanks Zenon,
Can you please guide more me why I cannot use ARM Compiler 6 for RTL Validation of ARM
Thanks & Regards
seems you've started a new thread on that:
https://community.arm.com/developer/ip-products/processors/f/cortex-a-forum/49511/tools-required-to-perform-rtl-validation-of-arm-cortex-a7
Yes Andy,
I am in urgent need of it. So I thought of creating a new thread
So, I am waiting for the support
Since at the time of Cortex-A7 was developed, the arm compiler tool is still RVCT 4.x or RVCT 5.x.
Of cause you Arm compiler could be used, but might need some porting work, since the makefile of the testbench would be different, and arm compiler 6 is based on armclang, arm RVCT 4.x and 5.x is arm independent compiler, so there will some difference including compiler options.