Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21

Thread: Andrey from rusEfi

  1. #16
    Fuel Injected!
    Join Date
    Apr 2014
    Location
    Jersey City, NJ
    Age
    42
    Posts
    25
    I am a java dev by day :)
    The .ini file is @ https://svn.code.sf.net/p/rusefi/cod...e/tunerstudio/ - we are using F32 a lot, do you support it?

  2. #17
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Pretty sure I don't, is that something that Phil added for you ? I don't think I've ever seen that for MS. What does it mean, my best guess would be a 32 bits float (4 bytes) ?

    Btw, I got Sourcery CodeBench Lite for ARM EABI and Cygwin with make installed. I'm able to compile from the command line. I have Eclipse setup with the ARM plugin, now the issue I have is the following:

    22:03:15 **** Incremental Build of configuration Default for project win32_functional_tests ****
    make all
    cygwin warning:
    MS-DOS style path detected: C:\Users\Seb\Desktop\rusEFI\win32_functional_tests \
    Preferred POSIX equivalent is: /cygdrive/c/Users/Seb/Desktop/rusEFI/win32_functional_tests/
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/usin...sing-pathnames
    Compiling chcore.c
    make: i686-pc-mingw32-gcc: Command not found
    make: *** [build/obj/chcore.o] Error 127
    rules.mk:118: recipe for target 'build/obj/chcore.o' failed

    22:03:15 Build Finished (took 210ms)


    Does that ring a bell to you ?
    ALDLdroid author, Android application for ALDL ECU
    https://play.google.com/store/apps/d...roux.aldldroid

    Like us on Facebook

    Visit the app's Website

  3. #18
    Fuel Injected!
    Join Date
    Apr 2014
    Location
    Jersey City, NJ
    Age
    42
    Posts
    25
    F32 was added pretty recently, maybe for open5xx? yes 32bit float

    Yes it does ring a bell - you need to add minigw gcc/g++ in Cygwin setup. Regular gcc there is a problem with semicolons and windows and its in the way of incremental build.

  4. #19
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Cool, it compiles now! You might want to add "minigw gcc/g++" to the cygwin part here: http://rusefi.com/forum/viewtopic.php?f=5&t=9 :)

    Thanks man!
    ALDLdroid author, Android application for ALDL ECU
    https://play.google.com/store/apps/d...roux.aldldroid

    Like us on Facebook

    Visit the app's Website

  5. #20
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Hey Audrey,

    Just did ticket #61 for ya: http://sourceforge.net/p/rusefi/tickets/61/

    Replace PortLookupFrame.java with this: https://gist.github.com/sebgiroux/2ac4bc8d652b3cc108aa

    I would have sent a pull request on github but I had to start from SVN because the git repo seems to be outdated a bit :(
    ALDLdroid author, Android application for ALDL ECU
    https://play.google.com/store/apps/d...roux.aldldroid

    Like us on Facebook

    Visit the app's Website

  6. #21
    Fuel Injected!
    Join Date
    Apr 2014
    Location
    Jersey City, NJ
    Age
    42
    Posts
    25
    Quote Originally Posted by 3400tZ View Post
    Just did ticket #61 for ya
    Way to go!

    I've just merged this into the SVN repo. I am on the road now, need to figure out the exact SF to GH migration once I am back home.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •