Content originally posted in LPCWare by Fernando on Sun Jan 23 16:08:56 MST 2011
Hello, I´m having a problem with the modification of the linker script to reserve the USB Endpoint RAM.
I´m following the instructions from the NXP application note AN10904, but i can´t compile the code.
I copied the files from the example inside a folder called "ld" situated in the root of the workspace directory (just as in the example).
Then, i put in the Project Properties->MCU Linker -> Target ->Linker Script = "../ld/usb_bufer.ld"
After I try to buil the code,i get this error: "cannot open linker script file ../ld/usb_bufer.ld: No such file or directory"
I´ve tried to put the linker files in another folder, but i get the same error.
Can anybody tell me what am I doing wrong?
Best regards,
Fernando