How to deal with this error ? :startex-v1.mk:315

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NXTY_Tatebayasi
Level 5
Level 5
Distributor - NEXTY (Japan)
50 questions asked 25 likes received 250 sign-ins

Hi, Community

I am using ModusToolbox 3.0 and Library Manager 2.0 .

I have created a custom BSP using the same method as the link below.

https://community.infineon.com/t5/Knowledge-Base-Articles/Creating-Custom-BSPs-in-ModusToolbox-KBA23...


However, my project build failed.

Here is the reason :

make: *** Build support for the target device not found. Run "make getlibs" to ensure all required build and code dependencies are present.. Stop.

 

So, I ran the "make getlib" command and "make bsp TARGET_GEN=(My BSP)" from the terminal.But, both of them terminate with an error.

What should I implement to resolve the error?

 

And, I also checked this article.

https://community.infineon.com/t5/ModusToolbox-General/ModusToolbox-2-3-0-Create-Custom-BSP-Issue/m-...

I have confirmed that the project will include the following folders.

My WorkSpace \ mtb_shared

   \-mtb-hal-cat2
   \mtb-pdl-cat2
   \ recipe-make-cat2
   \ .settings
   \ capsense
   \ core-lib
   \ core-make

 

Best Regards,

Chihiro Tatebayashi

0 Likes
1 Solution
Gautami_12
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi @NXTY_Tatebayasi ,

I can see you have tried the CLI method(terminal). Can you please try to create a custom BSP by using the build targets option which is mentioned in the same KBA?

Please refer to the screenshot below:

Gautami_12_0-1671706865633.png

Warm Regards,
Gautami J

 

 

View solution in original post

2 Replies
Gautami_12
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi @NXTY_Tatebayasi ,

I can see you have tried the CLI method(terminal). Can you please try to create a custom BSP by using the build targets option which is mentioned in the same KBA?

Please refer to the screenshot below:

Gautami_12_0-1671706865633.png

Warm Regards,
Gautami J

 

 

NXTY_Tatebayasi
Level 5
Level 5
Distributor - NEXTY (Japan)
50 questions asked 25 likes received 250 sign-ins

Hi, @Gautami_12 san

Thank you for reply.

After updating the library, this problem was resolved!

 

Best Regards,

Chihiro Tatebayashi

 

 

0 Likes