Errors in file names and path (Linux)

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

Errors in file names and path (Linux)

298 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Luis Digital on Tue Sep 21 15:53:21 MST 2010
Hello CodeRed,

I found a few examples do not work because the file name is misspelled. Remember that the file system is case sensitive:

"lpc13xx.h" The correct name is: "LPC13xx.h"

[COLOR=#000000]I also found problems for links:
"cannot open linker script file ../ld/usb_buffer_lib.ld : No such file or directory    usbhid_rom"

[/COLOR]I also found some white space at the end of a path, file: "usb_buffer.ld" in "usbmsd_rom".
[COLOR=#000000]
[/COLOR]
0 Kudos
2 Replies

291 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Bingo600 on Wed Sep 22 07:31:53 MST 2010
I have had the same issue with a LPC1768

The "quick fix" was to make a symbolic link in the directory defining the .h file ... : ln -s LPC17xx.h lpc17xx.h

But this is just a workaround , and NXP should fix it in the sources.

/Bingo
0 Kudos

291 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Sep 21 23:16:49 MST 2010
Thanks for highlighting this. NXP are updating their examples so they will work on all platforms.
0 Kudos