This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

armasm : command not found

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 

Parents
  • 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.

Reply
  • 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.

Children
No data