Porting contiki to lpc1347.

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

Porting contiki to lpc1347.

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kabirbansod on Sat May 30 02:05:33 MST 2015
I am trying to create a port for contiki to lpc1347, i am using arm-none-eabi-gcc,  can anybody tell me how can can i get linker for it?
Labels (1)
0 Kudos
2 Replies

539 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kabirbansod on Tue Jun 02 00:09:34 MST 2015
I have one more question, I do not know whether it is OS/MCU specific or not. My question is: How does an OS (Contiki-OS) know what is the address of RAM/ROM, is it provided by the Linker or are there libraries in OS that handle this?
0 Kudos

539 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by starblue on Mon Jun 01 00:59:20 MST 2015
Normally the linker should be included (i.e. arm-none-eabi-ld), otherwise you need the binutils package.

I get mine from
https://launchpad.net/gcc-arm-embedded
0 Kudos