cancel
Showing results for 
Search instead for 
Did you mean: 

Keil error #5

SGian.1
Senior

HI there!

I start to "play" with touchgfx 4.18.1, and i saw a few tutorial on youtube. I just put one button and i create my interaction and i call one virtual function (i call LED9 like in the video. After i complile and my problem is when i compile the file with Keil gave me this error :

"no source": Error: #5: cannot open source input file "../touchgfx/generated/gui_generated/src/screen1_screen/screen1viewbase.cpp": No such file or directory

../touchgfx/generated/gui_generated/src/screen1_screen/screen1viewbase.cpp: 0 warnings, 1 error

I use the STM32G071_NUCLEoO and i buy the LCD

Please some one can help me to understand ? and whre i can find a tutorial ?

Thank you soo much

Sergio

2 REPLIES 2

Determine if the file actually exists with the name and path specified. Is the compiler lying, or is the file really missing.

Check you don't have any weird characters or hieroglyphs in the naming.

Do it in a real directory, not off the Desktop, etc.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
SGian.1
Senior

Thanks i fixed the problem so now i havd other 8 error like

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol STM32DMA::STM32DMA() (referred from touchgfxconfiguration.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol vtable for STM32DMA (referred from touchgfxconfiguration.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol image_blue_buttons_square_medium (referred from bitmapdatabase.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol image_blue_buttons_square_medium_pressed (referred from bitmapdatabase.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol image_r (referred from bitmapdatabase.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol MainPresenter::MainPresenter(MainView&) (referred from frontendapplicationbase.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol MainView::MainView() (referred from frontendapplicationbase.o).

STM32G071_NUCLEO\STM32G071_NUCLEO.axf: Error: L6218E: Undefined symbol indicesGb (referred from texts.o).

any idea ?

Thanks

Sergio