i transfered files of lpcxpresso from one PC to another PC then it is giving error after build- implicit declaration of function 'schedular' [-Wimplicit-function-declaration] schedular();

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i transfered files of lpcxpresso from one PC to another PC then it is giving error after build- implicit declaration of function 'schedular' [-Wimplicit-function-declaration] schedular();

1,073件の閲覧回数
chhavibharti
Contributor I

i transfered files of lpcxpresso from one PC to another PC then it is giving error after build

implicit declaration of function 'schedular'

[-Wimplicit-function-declaration] schedular();

however all the program was running in previous PC

ラベル(3)
0 件の賞賛
返信
3 返答(返信)

777件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

Presumably you have failed to move some of your code/headers across from one machine to the other. How did you move the code? Did you check it in and out of a version control system (Using Version Control within the IDE ) ? Or just export the project (How to import/export projects ) ?

If you look on the original PC, where was "scheduler()" declared within your code base? Does that code exist on your new machine? Maybe you failed to move a library project across?

Regards,

LPCXpresso Support

0 件の賞賛
返信

777件の閲覧回数
chhavibharti
Contributor I

i  export all the file by procedure( clean build > export in zip > import in new machine), now i getting error in both the machine, however i was working before clean build

0 件の賞賛
返信

777件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

Sorry, but I cannot fix your project for you. You need to identify why the compiler thinks "schedular" has not been declared. I would suspect a missing library project or header file.

Try using your favourite search engine and look for the string "implicit declaration of function" (including the quotes). This will give you lots of suggestions of what to look for.

Regards,

LPCXpresso Support

0 件の賞賛
返信