We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HRP3のMakefile.imgを持ってきたが、C++でうまく動作しないところがあり、修正。
これに合わせてMakefile.img内に定義していたev3関係のオブジェクト追加はMakefile.imgではなく、target/v850_gcc/Makefile.ev3を定義してそこから持ってくることにした。
libcpp-ev3をコンパイルするために、ALL_LIBSにAPPL_LIBSを反映するように修正
The text was updated successfully, but these errors were encountered:
合わせてapp.oはデフォルトでコンパイルするようにしたので、サンプルのMakefile.incからはapp.oの定義を抜いた
Sorry, something went wrong.
dc13528
No branches or pull requests
HRP3のMakefile.imgを持ってきたが、C++でうまく動作しないところがあり、修正。
これに合わせてMakefile.img内に定義していたev3関係のオブジェクト追加はMakefile.imgではなく、target/v850_gcc/Makefile.ev3を定義してそこから持ってくることにした。
libcpp-ev3をコンパイルするために、ALL_LIBSにAPPL_LIBSを反映するように修正
The text was updated successfully, but these errors were encountered: