Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-19 Thread Michael Ring
jus...@smythconsulting.net both route to me -Original Message- From: Michael Ring To: FPC-Pascal users discussions Date: Sat, 17 May 2014 10:35:58 +0200 Subject: Re: [fpc-pascal] Armv7 fpc openocd v8 First step would be to visit http://wiki.freepascal

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-19 Thread Justin Smyyth
. thats ok Justin ps delphian@smythconsulting & jus...@smythconsulting.net both route to me -Original Message- From: Michael Ring To: FPC-Pascal users discussions Date: Sat, 17 May 2014 10:35:58 +0200 Subject: Re: [fpc-pascal] Armv7 fpc openocd v8 First step would be to v

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-17 Thread Michael Ring
First step would be to visit http://wiki.freepascal.org/TARGET_Embedded This page helps to set up basic things like cross toolchain for arm and to compile trunk of fpc. Once you have worked through this you are ready to go. ppcrossarm -i should give you a list of available controllers, when

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-17 Thread Jeppe Græsdal Johansen
Den 17-05-2014 01:33, Justin Smyth skrev: Hi everyone, I have recently got open ocd v8 to talk to my nxp lpc 1343 via a stlinkv2 , should fpc ( 2.6.4 or higher support this type of CPU and does anyone have any ideas how to hook up gdb to openocd ? I am thinking of using Lazarus to step throug

[fpc-pascal] Armv7 fpc openocd v8

2014-05-16 Thread Justin Smyth
Hi everyone, I have recently got open ocd v8 to talk to my nxp lpc 1343 via a stlinkv2 , should fpc ( 2.6.4 or higher support this type of CPU and does anyone have any ideas how to hook up gdb to openocd ? I am thinking of using Lazarus to step through some code if possible) Justin ___