Skip to content
New issue

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

BSP TFT Demo using Discovery F429ZI #8

Open
VictorTagayun opened this issue Nov 12, 2018 · 1 comment
Open

BSP TFT Demo using Discovery F429ZI #8

VictorTagayun opened this issue Nov 12, 2018 · 1 comment

Comments

@VictorTagayun
Copy link

In file included from D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/Arduino.h:183:0,
                 from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:5,
                 from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp:38:
D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/stm32/stm32_gpio.h:50:16: error: conflicting declaration 'typedef volatile uint32_t uint32_t'
 #define RwReg  uint32_t
                ^
D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:23:29: note: in expansion of macro 'RwReg'
   typedef volatile uint32_t RwReg;
                             ^~~~~
In file included from c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\sys\types.h:64:0,
                 from c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\stdio.h:61,
                 from D:\Hobby\Arduino\arduino-1.8.7\hardware\STM32GENERIC_huaweiwx\STM32\cores\arduino/Arduino.h:23,
                 from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.h:5,
                 from D:\Hobby\Arduino\my_codes\libraries\Adafruit_GFX_Library\Adafruit_SPITFT.cpp:38:
c:\users\t43\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\6 2017-q2-update\arm-none-eabi\include\sys\_stdint.h:48:20: note: previous declaration as 'typedef __uint32_t uint32_t'
 typedef __uint32_t uint32_t ;
                    ^~~~~~~~
exit status 1
Error compiling for board Discovery F429ZI(180M).

I am using ver1.3.2 GFX library and Ili9341 V1.2 if that is of any use.

@VictorTagayun
Copy link
Author

Hello,
Is this valid error or my setup error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant