Keil Logo Arm Logo

Discussion Forum

PORTABLE.H(103): error C129: missing ';' before '*'

Next Thread | Thread List | Previous Thread Start a Thread | Settings

Details Message
Read-Only
Author
Angel Shtilianov
Posted
2-Apr-2005 11:43 GMT
Toolset
C51
New! PORTABLE.H(103): error C129: missing ';' before '*'
Hi everybody !
I just want to ask somethong...

portSTACK_TYPE *pxPortInitialiseStack( portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters );

here the compiler says:
PORTABLE.H(103): error C129: missing ';' before '*'

can somebody help ???
Read-Only
Author
Dan Henry
Posted
2-Apr-2005 16:16 GMT
Toolset
C51
New! RE: PORTABLE.H(103): error C129: missing ';' before '*'
With errors like that, the problem is usually somewhere above/before the reported line number.
Read-Only
Author
Andrew Neil
Posted
2-Apr-2005 22:15 GMT
Toolset
C51
New! RE: PORTABLE.H(103): error C129: missing ';' before '*'
"the problem is usually somewhere above/before the reported line number."

Very true!

The prime suspect must be portSTACK_TYPE - are you sure that this has been correctly defined before this line?
Remember: 'C' is case-sensitive.

If any other errors were reported before this one, you should certainly attend to them first.
Read-Only
Author
PT TAM
Posted
3-Apr-2005 03:59 GMT
Toolset
C51
New! RE: PORTABLE.H(103): error C129: missing ';' before '*'
I suspected that portSTACK_TYPE is not defined properly
Read-Only
Author
Angel Shtilianov
Posted
4-Apr-2005 10:33 GMT
Toolset
C51
New! RE: PORTABLE.H(103): error C129: missing ';' before '*'
Thanks to all of you !!!
It was really incorrect definition !

one more question - is there any way to tell the keil simulator that there are connected external pull-ups to port 0 ?

Thanks in advance

Next Thread | Thread List | Previous Thread Start a Thread | Settings

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.