Can't find Strings.h / Math.h etc

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't find Strings.h / Math.h etc

1,128 Views
thomasbrickell
Contributor II

Hi there,

I have inherited a project (LPC open originally developed in LPXpresso).

When compiling the project is complaining about not being able to find String.h , and Math.h.

I have:

Managed Linked scripts selected

Library set to Redlib(nohost-nf)*.

Library Headers are set to Redlib (Auto)

I must be missing something stupid here as far as I can see I should be seeing the relevant include files.

*btw what does the nf suffix stand for? Wht's the difference to the Redlib(nohost) without the nf suffix

4 Replies

1,015 Views
converse
Senior Contributor V

Isn’t it string.h and math.h? I.e. no capitals.

afaik, ‘nf’ mean no float.

1,015 Views
thomasbrickell
Contributor II

The project I inherited it was String and Math, I tried lowercase and that didn't work.

I spent a while looking about and found the lowercase in /usr/local/mcuxpressoide-11.1.0_3209/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.1.0.201909161352/tools/redlib/include and had to manual add this path to my include paths. 
This seems odd as I understood htat the include path for redlib was automatically set.
I now have the problem that LPC_PWM symbols is not defined..... Any idea on that? It seems that in chip_lpc175x_6x.h there is a LPC_PWM1_BASE is defined address but I cant' find any PWM structure despite it being listed in the LPC17xx user manual
0 Kudos

1,015 Views
ErichStyger
Senior Contributor V

Could you try to fix the parser?

pastedImage_1.png

1,015 Views
thomasbrickell
Contributor II

I'll give that a go thanks.

0 Kudos