Search found 3 matches

by mealejan
2010-09-24T05:51:59-07:00
Forum: Developers
Topic: Crosscompiling to ST-plattform
Replies: 4
Views: 9128

Re: Crosscompiling to ST-plattform

Thank you. Do you know an easy way to get a picture from the frame buffer if you don't have X11?
by mealejan
2010-09-24T04:49:39-07:00
Forum: Developers
Topic: Crosscompiling to ST-plattform
Replies: 4
Views: 9128

Re: Crosscompiling to ST-plattform

Thank you! No the programm compiles. I enabled jpeg, but when I try to take a screenshot with this command: /app/imagemagic/bin/import -window root myfile01.jpg It only prints the usage and following message: Miscellaneous Options: -debug events display copious debugging information -help print ...
by mealejan
2010-09-23T08:08:14-07:00
Forum: Developers
Topic: Crosscompiling to ST-plattform
Replies: 4
Views: 9128

Crosscompiling to ST-plattform

Hi, I'm trying to cross-compile IM for the ST-Plattform. I used following command to configure the package: ./configure --prefix=/app/imagemagic/ CROSS_COMPILE=/opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux- CC=/opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-gcc --host="sh4-linux" --build="i686-linux ...