Lpc1343 dsp

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

Lpc1343 dsp

215 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Jerome on Thu Feb 24 08:29:36 MST 2011
Hello,
I try to use the DSP libraries (FFT) in a project, but I have the error :
In function `pow':
pow.c:(.text.pow+0x46a): undefined reference to `errno'

When I use the project given as example, I don't have this error, and I think I have the same parameters in both projects.

Any suggestion ? Thank you.
0 Kudos
2 Replies

203 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Jerome on Thu Feb 24 09:18:25 MST 2011
Very quick answer ! Thank you very much !
0 Kudos

203 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Thu Feb 24 08:39:20 MST 2011
Use of errno currently requires you to be linking with the nohost or semihost variant of the C library. For more information, start of by looking at the FAQ:

http://support.code-red-tech.com/CodeRedWiki/UndefinedReference

This FAQ also contains a number of other relevant links to follow.

Regards,
CodeRedSupport
0 Kudos