Nicolai Henriksen
Forum Replies Created
-
AuthorPosts
-
Nicolai HenriksenParticipant
Sure!
Here:
https://www.dropbox.com/sh/q1qxdn65g2cmsky/H7kZrQ_b_aI cannor find the link I originally used to download the source but it was a shar archive and I think is was from Vixies current employers FTP site.
But the tar.gz file included in the linked dir contains the unmodified source from the shar.
– Nicolai
- This reply was modified 10 years, 11 months ago by Nicolai Henriksen.
Nicolai HenriksenParticipantTo answer my own question: I downloaded the newest Wixie Cron, 4.0 (circa 2004!), and made a recipe and it works.
All time related bugs are resolved in this version.
One challenge was that the source is distributed as a shar archive and I did not know how to let bitbake understand that.
Another was to re-create the Multi-Tech patch files.
– Nicolai
Nicolai HenriksenParticipantThat would be nice.
It was confusing that SerialPort and POSIX perl modules was included but not working.
– Nicolai
Nicolai HenriksenParticipant(I have helped Klaus with this)
Seems you lead us to the solution. The image is not one that we did ourselves – it came with the development board.
BUT we did a bitbake perl and found that installing packages
perl-module-exporter-heavy_5.10.1-r22.10_armv5te.ipk
and
perl-module-fcntl_5.10.1-r22.10_armv5te.ipk
seemed to do the trick.Thanks a bunch
– NicolaiNovember 5, 2013 at 2:00 am in reply to: bitbake gdbserver fails — Patch kill_arm_map_symbols.patch does not apply #4752Nicolai HenriksenParticipantI downloaded the gdb.inc and gdbserver.inc and diff showed no changes. I also downloaded the gdb 7.2a recipe. My guess would be that GNU found a serious bug or omission in the release of 7.2 and then made 7.2a and removed 7.2.
November 4, 2013 at 11:02 am in reply to: bitbake gdbserver fails — Patch kill_arm_map_symbols.patch does not apply #4748Nicolai HenriksenParticipantIt is already there in the 7.2a recipe: (gdbserver_7.2a.bb)
require gdbserver.incLICENSE = "GPLv3"
PR = "${INC_PR}.0"
S = ${WORKDIR}/gdb-7.2
SRC_URI[md5sum] = "a9a8d0ea1ae57837fada5415bd0f92ff"
SRC_URI[sha256sum] = "9f51739cd45c158aa5df2e7abb703a304b5370e2e9e43c70f5cc0b1c4be5d0c2"
-
AuthorPosts