Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
LPC1114FN28をuVisionでデバッグ
初めて質問させていただきますが、よろしくお願いいたします。
NXP LPC1768を仕事で使用するようになり、こちらのサイトをはじめイロイロなサイトを見てどうにかユーザ要求の機能を盛り込むことができました。デバッグも簡単にですがuVisionやLPCXpressoで行えるようになりました。
次にプライベートでLPC1114FN28を使い始めたのですが、オンラインIDEからExportしuVisionで動作させようとしましたができません。 プログラムはテンプレートのLEDブリンクです。uVisionにてImportはできるのですが、ビルド時に以下のエラーになります。 ググった結果ですがプロジェクトにスタートアップファイルを追加しなければならないらしいのですが方法がわかりません。どのようにしたら良いでしょうか?
* Using Compiler 'V5.06 update 1 (build 61)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'mbed_blinky2'
compiling main.cpp...
linking...
.\build\mbed_blinky2.axf: Error: L6320W: Ignoring entry command. Cannot find argument 'Reset_Handler'.
.\build\mbed_blinky2.axf: Warning: L6320W: Ignoring first command. Cannot find argument 'Vectors'.
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 1 warning and 1 error messages.
".\build\mbed_blinky2.axf" - 1 Error(s), 1 Warning(s).
Target not created.
Build Time Elapsed: 00:00:00
1 Answer
8 years, 7 months ago.
オンラインコンパイラのexporter機能を使った場合に、uARM (ARM micro library) を使用するターゲットでのみ発生している問題のようです。こちらに issue を上げました。何かアップデートがありましたら、ご連絡します。
https://github.com/mbedmicro/mbed/issues/1686
Assigned to
8 years, 7 months ago.This means that the question has been accepted and is being worked on.
現象が再現しました。調査してみますので、少々お待ち下さい。
posted by Toyomasa Watarai 25 Apr 2016この不具合は昨日修正されました。先ほど試してみたところ、正常に動作しているようです。ご確認ください。
posted by Toyomasa Watarai 26 Apr 2016ありがとうございます、エラーは無くなりました。uVisionでのデバッグ動作も出来ました。素早い対応ありがとうございます。
posted by Mitsuhiro Funakubo 26 Apr 2016