You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Simple-System example there's the common make file that is responsible for generating the output of the toolchain.
ibex/examples/sw/simple_system/common/common.mk
to generate the .vmem file, we need to use srec_cat command as in here https://github.com/lowRISC/ibex/blob/1449ed5ea8f3d03127f7c3624e635e132830367d/examples/sw/simple_system/common/common.mk#L60C43-L60C48
which requires installing the package Srecord as you may know.
Due to restrictions in my OS (root permission) I am not able to install this package. So, Is there a certain way to replace this command with objcopy instead? like using objcopy -o srec ...
In Simple-System example there's the common make file that is responsible for generating the output of the toolchain.
ibex/examples/sw/simple_system/common/common.mk
to generate the .vmem file, we need to use srec_cat command as in here
https://github.com/lowRISC/ibex/blob/1449ed5ea8f3d03127f7c3624e635e132830367d/examples/sw/simple_system/common/common.mk#L60C43-L60C48
which requires installing the package Srecord as you may know.
Due to restrictions in my OS (root permission) I am not able to install this package. So, Is there a certain way to replace this command with objcopy instead? like using objcopy -o srec ...
My Environment
EDA tool and version:
Cadence Xcelium 2023.03-s09
Operating system:
CentOS 7
Version of the Ibex source code:
5977d4e
The text was updated successfully, but these errors were encountered: