Alexey Klimenko

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Issue compiling python 2.7.1 #5633
    Alexey Klimenko
    Participant

    Thank you Mike!
    I will try to back port my app to 2.6.6 to start with.
    Is there any way I compile python directly on he device? At least it will help me with prototyping and later I will give bit bake task to someone else to work on 😉

    Regards,
    Alexey

    in reply to: Issue compiling python 2.7.1 #5629
    Alexey Klimenko
    Participant

    Thank you. However the provided recipe doesn’t compile:

    Traceback (most recent call last):
    |   File "./setup.py", line 9, in <module>
    |     import sysconfig
    | ImportError: No module named sysconfig
    | make: *** [sharedmods] Error 1
    | + die 'oe_runmake failed'
    

    Prepending do_compile with ./configure (as used to compile 2.7.1 normally) causes error cannot run c programs

    Regards,
    Alexey

    in reply to: Issue compiling python 2.7.1 #5627
    Alexey Klimenko
    Participant

    Mike,
    Thank you for assistance.
    I used the 2.7.1 recipe that already came with CoreCDP – simply replaced content of python.inc to point to 2.7.1
    As for virtualenv, I have seen these post but is it applicable to my situation? I cannot see that virtualenv is installed at all and also there are no recipes for it.

    Regards,
    Alexey

    in reply to: Installing Debian instead of Angstrom #5626
    Alexey Klimenko
    Participant

    Mike,
    Thank you!

    Regards,
    Alexey

    in reply to: Installing Debian instead of Angstrom #5621
    Alexey Klimenko
    Participant

    Hi Mike,
    The main reason for Debian is how painful is to work with CoreCDP OpenEmbedded version. Lots of packages are old and instead of focusing on creating the application logic I need to figure out how to create BitBake recipes for what I need (which is quite hard for me as I lack expertise in it).
    For example the only version of python that worked out of the box was 2.6.6. Bitbake cannot assemble version 2.7.1 for me.

    I understand that in the right hands this toolset is quite powerful but for me I tend to spend much more time on figuring how to compile things rather than writing production code.
    I guess it is not that good comparison, but for instance we had very positive experience with Beaglebone running Debian.

    Regards,
    Alexey

    in reply to: Using Fetch2 mechanism fails #5612
    Alexey Klimenko
    Participant

    Just last question, do you plan to release a new version of CoreCDP anytime soon?
    Regards,
    Alexey

    in reply to: Using Fetch2 mechanism fails #5609
    Alexey Klimenko
    Participant

    Now as you say it I guess you are right. The layer is https://github.com/imyller/meta-nodejs
    Nodejs recipe works fine. Only NPM add-on fails as it uses custom Fetch2 add-on.
    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)