Description Resource Path Location Type mingw32-make: ***

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Description Resource Path Location Type mingw32-make: ***

3,171件の閲覧回数
ankurchauhan
Contributor I

Hi,

I'm using TWR-K70F120M kit with TWR-LCD module(resistive touch).

Using D4D demo code to display Character on LCD Screen.

I modified the configuration files according to K70 and trying to compile.

But m getting the bellow mentioned error:

 

DescriptionResourcePathLocationType
mingw32-make: *** [K70_LCD_FB.elf] Error 1K70_LCD_FBC/C++ Problem

IDE used : CW 10.6.4

Its a Bareboard Project.

 

I just modified

*->d4d_user_cfg.h

*->d4d_lldapi.h

*->d4d_font.c

I'm not using all the function just using which ever i need.

What could be the reason behind this error.

 

Regards

Ankur

ラベル(1)
タグ(1)
0 件の賞賛
返信
3 返答(返信)

2,287件の閲覧回数
trytohelp
NXP Employee
NXP Employee

Hi Ankur,

Under Eclipse when you build a project for instance, the error (and other message) is displayed in the Problems tab.

However in Problems, a short description off all issues are listed but not always useful to determine the cause of each issue.

Please have a look to the Console Tab.

Console displays all information generated by each tool.

In this console you will have the exact message returned by the tool (compiler, linker, etc ...).

Here a short example with a  DSC project.

The Problems tab is empty but console:

pastedImage_0.png

Regards


Have a great day,
Pascal
NXP Technical Support

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

2,287件の閲覧回数
ankurchauhan
Contributor I

Hi Parscal,

There is no specific message on console box..

**** Build of configuration RAM for project K70_LCD_FB ****

"D:\\CODE_WARRIOR\\CW MCU v10.6.4\\gnu\\bin\\mingw32-make" -j8 all

'Building file: ../Sources/d4dlcd_SSD1289.c'

'Executing target #4 ../Sources/d4dlcd_SSD1289.c'

'Invoking: ARM Ltd Windows GCC C Compiler'

"D:/CODE_WARRIOR/CW MCU v10.6.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Sources/d4dlcd_SSD1289.c" @"Sources/d4dlcd_SSD1289.args" -MMD -MP -MF"Sources/d4dlcd_SSD1289.d" -o"Sources/d4dlcd_SSD1289.o"

'Finished building: ../Sources/d4dlcd_SSD1289.c'

' '

'Building target: K70_LCD_FB.elf'

'Executing target #14 K70_LCD_FB.elf'

'Invoking: ARM Ltd Windows GCC C Linker'

"D:/CODE_WARRIOR/CW MCU v10.6.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc"    @"K70_LCD_FB.args" -o"K70_LCD_FB.elf"

In file included from D:/LCD/d4d_drivers/D4D/common_files/d4d_user_cfg.h:177:0,

                 from ../Sources/d4d.h:65,

                 from ../Sources/d4dlcd_SSD1289.c:46:

D:/LCD/d4d_drivers/D4D/common_files/d4d_user_cfg_app.h:324:1: warning: multi-line comment [-Wcomment]

D:/LCD/d4d_drivers/D4D/common_files/d4d_user_cfg_app.h:431:1: warning: multi-line comment [-Wcomment]

../Sources/d4dlcd_SSD1289.c: In function 'D4DLCD_SetWindow_SSD1289':

../Sources/d4dlcd_SSD1289.c:240:20: warning: variable 'value' set but not used [-Wunused-but-set-variable]

mingw32-make: *** [K70_LCD_FB.elf] Error 1

This this the information on console box..

Regards

Ankur

0 件の賞賛
返信

2,287件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

Hello Ankur

Would you please ask the customer to try the tips below?

1) Close CodeWarrior IDE, and delete the <.metadata> subfolder under workspace, then restart CodeWarrior and open project.

2) Click on 'Project' menu-> Clean to remove the object file and rebuild again. Does it work?

3) Click whether the path of project files contains non-English Characters? Like Japanese Character?

If the above does not work, could you please attach your project? Thanks!

Best Regards

Fiona Kuang

Technical Information & Commercial Support

0 件の賞賛
返信