Kinetis Design Studio KSDK FRDM K64F undefined reference to 'SPI_DRV_MasterInit'

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

Kinetis Design Studio KSDK FRDM K64F undefined reference to 'SPI_DRV_MasterInit'

ソリューションへジャンプ
1,721件の閲覧回数
edwinchristiany
Contributor II

I am using KDS with KSDK, when included on my project spi, i have a error: 'undefined reference to  'SPI_DRV_MasterInit'', but i am including  #include "fsl_spi_master_driver.h".

what's is problem?

Screenshot from 2015-01-19 10_59_47.pngScreenshot from 2015-01-19 10_59_51.png

ラベル(1)
タグ(4)
1 解決策
1,248件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi Edwin,

This is definitely a problem with paths, but I am not sure is compiler paths or linker paths. I assume linker.

Please take a look to the following document which indicates all the paths required for a full working KSDK application.

Writing my first KSDK Application in KDS - Hello World and Toggle LED with GPIO Interrupt

Best regards,

Carlos Musich

Technil Support Engineer

元の投稿で解決策を見る

2 返答(返信)
1,249件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi Edwin,

This is definitely a problem with paths, but I am not sure is compiler paths or linker paths. I assume linker.

Please take a look to the following document which indicates all the paths required for a full working KSDK application.

Writing my first KSDK Application in KDS - Hello World and Toggle LED with GPIO Interrupt

Best regards,

Carlos Musich

Technil Support Engineer

1,248件の閲覧回数
edwinchristiany
Contributor II

thanks, Carlos.

0 件の賞賛
返信