Enabling builds on multiple platforms

2»

Comments

  • Hello guys,
    just for your info, I try little by little tuo update the tutorial , for the moment, I wait and monitor your exchanges and wait before updating the tuto :-)

    next, I am trying to creat a tuto to build your first function :-)
    I keep you inform , I allready posted a quesiton on the forum :-)
    regards.
  • @pld
    ifneq ($(AVR_TOOLKIT_ROOT),) does not seem to work
    BINPATH is still set to '/bin/'
    but a simple
    ifdef ARM_TOOLKIT_ROOT
    does the trick
  • @julian ;
    Heh, both versions appear work here, but your version is indeed simpler...
    I seem to have provided a 'printenv' target to find this kind of problem, but apparently forgot about it instantly 8-}
  • don't know why your version won't work here [-O<
    but the build seems to be successful now :)
    lets see if it works.

    setup was much simpler than I expected.
    I just had to install gcc-avr and avr-libc as well as the arm-gcc package and the build succeeded.
  • thanks a lot for the nice makefiles!
    This way I could ommit, once again, to learn how to write them ;)
  • Glad to help. Let me know if there's anything else...

    Apparently a few people have booted a firmware built this way, so chances are good.
    Although there's always the risk of missing #defines or something...

  • edited May 2014
    ok, it seems to work.
    the LXR is loading the firmware and a lot of new features I have to test are available from the merge with rudeogs repository
    :))

    I did the build and setup on a kubuntu 14.04 x64 system
Sign In or Register to comment.