make error

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

make error

258 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tanmay on Sun Oct 28 22:49:01 MST 2012
I am getting an error while using lpcxpresso for LPC1769 as follows

make***[FLASHMEMORYFILESYSTEM.axf]Error1

how do I overcome this. FLASHMEMORYFILESYSTEM is name of project

Please help me to work it out.
0 Kudos
5 Replies

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tanmay on Tue Oct 30 21:44:29 MST 2012
Sir, I overcame that error. the error came because semihosting was not enabled.
Thank for your help.
0 Kudos

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tanmay on Mon Oct 29 01:47:56 MST 2012
for this error it shows location at line number zero and in project explorer window it does not show any error. I`m not getting what to do with this. please tell a solution if any.
0 Kudos

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tanmay on Mon Oct 29 01:44:13 MST 2012
Thank you, sir.
but,
this is what it shows:

arm-none-eabi-gcc -nostdlib -L"C:\Documents and Settings\Administrator\My Documents\lpcxpresso_3.6\workspace\CMSISv1p30_LPC17xx\Debug" -Xlinker -Map=FLASHMEMORYFILESYSTEM.map -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "FLASHMEMORYFILESYSTEM_Debug.ld" -o"FLASHMEMORYFILESYSTEM.axf"


I checked that .map file but its was self generated.
0 Kudos

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by daniel.widyanto on Sun Oct 28 23:16:54 MST 2012
The real error message is displayed after arm-none-eabi-gcc (eg. [Error filename.c:123] Something wrong here). It explains why the error happens, which source code and which line no.
0 Kudos

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tanmay on Sun Oct 28 22:59:54 MST 2012
**** Build of configuration Debug for project FLASHMEMORYFILESYSTEM ****

make all
Building target: FLASHMEMORYFILESYSTEM.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\Documents and Settings\Administrator\My Documents\lpcxpresso_3.6\workspace\CMSISv1p30_LPC17xx\Debug" -Xlinker -Map=FLASHMEMORYFILESYSTEM.map -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "FLASH_MEMORY_FILE_SYSTEM_Debug.ld" -
0 Kudos