esden / summon-arm-toolchain

This project is not under active development any more. Consider using https://launchpad.net/gcc-arm-embedded instead! A very simple build script for bare metal arm toolchain. NO LINUX!

Home Page:http://summon-arm-toolchain.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring openocd-master error with libftdi

ovnicraft opened this issue · comments

The README file can be explict in this requirement with opencd-master

I don't exactly understand what you mean by this issue. Can you elaborate please?

The installation require openocd-master what is never named in README file so i think must be included.

regards,

But the script is downloading this openocd-master by itself. We are listing only packages that have to be installed by the user using the packge manager of the operating system in use. But I may misunderstand something still. :) The only issue that I know about is that if you once downloaded openocd-master it is not refetching it if there were additional commits upstream. Maybe we should change the script to checkout a specific SHA of openocd so that everyone has a defined state and not just some arbitrary upstream master depending on the time the user is running the script?

Hi Guys,

I sent a message to Piotr about this already. Happens to me on my 2009 iMac Core i5 running Mac OS X 10.6.7 when trying TARGET=arm-elf

It crashes at "Configuring openocd-master" with

"checking Build & Link with libftdi...... configure: error: Cannot build & run test program using libftdi"

I don't know where to go from there…

Hi,

So I just compiled SAT from scratch again. It is finding libftdi with the newest openocd.

I found though that libopenstm32 has issues compiling with arm-eabi version of sat. I am not sure yet what the issue is there.

@Esde well check the script to get opencd-master :)

Regards,

I guess this is fixed now? :) Closing...