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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
The newtarget.py script is very useful, however, it only generates code to build with the old bm, not the new bmv2.
I managed to get a working environment for a new target by copying bmv2/Makefile, bmv2/main.c, bmv2/run_bm.sh and adapting all references to the target name, but it would be nice if the newtarget.py script did all that automatically!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
newtarget.py
script is very useful, however, it only generates code to build with the old bm, not the new bmv2.I managed to get a working environment for a new target by copying
bmv2/Makefile
,bmv2/main.c
,bmv2/run_bm.sh
and adapting all references to the target name, but it would be nice if thenewtarget.py
script did all that automatically!The text was updated successfully, but these errors were encountered: