This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CC3100 example program gives error - invalid redeclaration of type name - uint32

Dear all,

I recently ordered a CC3100 boosterpack for my TM4C123GXL launchpad. I dont have a CC3100EMU board, so I am trying the basic examples as I found on Prof Valvano's page (users.ece.utexas.edu/~valvano/arm/wirelessconnectivity.html).

The example, asks to keep the folder in TivaWare/examples/boards/cc3100 ..and I did as followed.

When trying to compile the uVision Project, I am not able to get rid of two errors.

"Invalid redeclaration of type name UINT32" & "Invalid redeclaration of type name INT32".

I understand, that this might be doe to double declaration of these macros. On digging deeper into the error. One declaration exists in stdint.h and other in simplelink/include/source/datatypes.h (files required for CC3100)

I tried commenting the declarations in each of the files separately, but that resulted in more errors in other files, as its a multi-file project.

0