Lpcxpresso1769 Makefile problem

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

Lpcxpresso1769 Makefile problem

1,677 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by madcreator on Wed Nov 14 11:56:29 MST 2012
Hi,
I bought an LPCxpresso 1769, I work with the Netbeans IDE,I installed YAGARTO Arm cross compiler. But now I have problems to compile my project... The tools are well installed and works but I don't manage to write a simple but working make file to build a simple main files with 2 headers...
I searched the internet but I didn't found makefile for my situation, I want to understand how to write it...
I am on Mac, and i want to compile an hex file so I can after upload it to my board in UART.
Can someone help me?

Thanks for all your help.

Madcreator
0 Kudos
Reply
8 Replies

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Fri Nov 16 04:58:45 MST 2012
Please open a new thread for your question (and delete your post here) :(
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tarik1985 on Fri Nov 16 04:46:45 MST 2012
hello,

i want to connect my LPCXpresso lpc1769 to the CAN bus ,but i didn't found any schematics about it, thank you for help me
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by frame on Fri Nov 16 01:33:20 MST 2012
To your makefile issue: there is a summon-arm-toolchain
https://github.com/esden/summon-arm-toolchain
which is makefile based. I have a working installation for the STM32
Possibly you can take it as a template.


Quote:
I don't use the usb Link, I use an ftdi to access the chip, I work with Netbean because I worked with it before.     

That's fine.
I'm forced to Netbeans by Microchip's mplabx, and I'm not really happy with it...
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by madcreator on Thu Nov 15 11:24:53 MST 2012
I don't use the usb Link, I use an ftdi to access the chip, I work with Netbean because I worked with it before.
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by frame on Thu Nov 15 07:02:57 MST 2012
You should be able to find a generic make file for a M3, and adapt it to your needs.
I hope you are not new to the make file syntax, else this could take some time, too.

At least concerning the IDE, I see no advantage of Netbeans over Eclipse (LPCXpresso).
Forced to work with it, I'm not really amused, to cite an older lady.

Lastly, you are aware that you need a JTAG/SWD adaptor ?
Your toolchain does not support the LPCLink of your LPCxpresso1769 board.
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by serge on Thu Nov 15 00:38:05 MST 2012
This is a LPCxpresso forum. Can't Yagarto help you?
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by madcreator on Wed Nov 14 12:44:59 MST 2012
No, I want to use an external IDE, I don't like Lpcxpresso...
But thanks for the answer !
0 Kudos
Reply

1,659 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Wed Nov 14 12:12:01 MST 2012

Quote: madcreator
I'm new in the world of ARM...



Then use LPCXpresso and it's included Debugger :eek:
0 Kudos
Reply