Error L104 Warning L16

Can't debug this simple code! Please help! I am getting Error L104 and warning L16

#include<stdio.h>
#include<at89x51.h>
void main()
{

P2=0x00;

while(1)
{
P2=0xFF;
}
}

More questions in this forum