Search:

Type: Posts; User: Reinhard

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    49
    Views
    1,053

    Re: Trying to build TinyJS for the Prop.

    Heater, it was meant ironic ;-))
    C is my favorit over years.

    But compile a vm can be a nice compiler test.

    Here a quick test: compile TinyVM (lejos) with gcc:
  2. Replies
    49
    Views
    1,053

    Re: Trying to build TinyJS for the Prop.

    Java on Propeller is sexy ;-))

    http://www.youtube.com/watch?v=Mk3qkQROb_k
  3. Replies
    49
    Views
    1,053

    Re: Trying to build TinyJS for the Prop.

    I tried compile the TinyJS Source without any (propeller-friendly) modifications.

    seems

    char *strdup(const char *source) from string.h

    is missing ?

    I use this version of...
  4. Replies
    15
    Views
    234

    Re: List of GCC build and link options?

    always usefull

    C:\propgcc>propeller-elf-gcc --target-help
    The following options are target specific:
    -m32bit-doubles Store doubles in 32 bits for faster and smaller
    code.
    -m64bit-doubles Store...
  5. Replies
    4
    Views
    141

    Re: Looking for a P2 Simulator

    Yep!
    spinsim is exactly the tool, what I needed ;-))

    for example - - -

    this command line:
    C:\propgcc\demos\forumists\Reinhard\DES-RSA>spinsim -p -10 -l out.txt crypto_demo.elf

    make this...
  6. Replies
    4
    Views
    141

    Looking for a P2 Simulator

    hi all,
    I'm searching a simulator tool for P2.
    This means: generate a elf - file with the propgcc toolchain and the simulator read the elf file and process the instructions.( Like gdb, but without...
  7. Replies
    6
    Views
    533

    Re: Question about C++ feature (cout)

    Thank's to all be involved.I'll assert that if this issue run on C3, the propgcc (and the propeller) is in a liga like ARM.best regards,Reinhard
  8. Replies
    6
    Views
    533

    Re: Question about C++ feature (cout)

    Yes, I see libstdc++ is a huge library and not needed for µCs like prop.But other objects like vectors can be used from STL, and this is a big advantage. (in xmm / xmmc models)
  9. Replies
    6
    Views
    533

    Question about C++ feature (cout)

    Hi, currently I test some C++ features.
    I use the SimpleIDE Version 0.6.2. and have this code snippet



    #include <vector>
    #include <string>
    #include <iostream>
    using namespace std;
  10. Replies
    2
    Views
    311

    Re: test: obfuscate c-code found

    MOV OUTA, PEACE

    happy easter !
  11. Replies
    200
    Views
    16,023

    Re: PropGCC-SimpleIDE

    Hi, have just installed the SimpleIDE-0-6-2.i686.debian-vm-linux.tar on my netbook.
    Run all the demos without any problem.

    Very good work !
    Thank you !

    --------------------------
    Reinhard
  12. Replies
    2
    Views
    311

    test: obfuscate c-code found

    "NEW LYRICS TO BEATLES SONGS"
    =============================


    Write in C ("Let it Be")
    ------------------------

    When I find my code in tons of trouble,
    Friends...
  13. Replies
    147
    Views
    8,081

    Re: Raspberry Pi in production!

    Good hidden docs ;-) found here
    http://elinux.org/RPi_Documentation
  14. Replies
    39
    Views
    1,862

    Poll: Re: SimpleIDE Icon

    I like Dave's icon

    help proplems to avoid
    the integral paraboloid

    Ouch!
  15. Replies
    39
    Views
    1,862

    Poll: Re: SimpleIDE Icon

    Hi, my suggestion is a icon like this

    the IDE is a tool to help from idea to flash the (propeller) chip

    < someone can find a relation to the (prop) inventor and his idea> :smile:

    and the...
  16. Replies
    200
    Views
    16,023

    Re: PropGCC-SimpleIDE

    Hi Steve,

    with error message I mean this (attached) Message Box.
    It appears on each Download to my demoboard.
    But I ignore it and wait til the blue "usb" Led is finished with flash, than I click...
  17. Replies
    200
    Views
    16,023

    Re: PropGCC-SimpleIDE

    Sorry about the very, very late response, but I have a lot of other "hobbies" .
    Just today I download the 0.3.2 version from the g**gle side.

    After successful install I tried several preloaded...
  18. Replies
    1
    Views
    286

    propgcc run on MicroKnoppix

    knoppix@Microknoppix:~$ /media/sdc1/propeller/bin/propeller-load -r -t hello.elf
    Propeller Version 1 on /dev/ttyUSB0Writing 8972 bytes to Propeller RAM.
    Verifying ... Download OK![ Entering...
  19. Replies
    12
    Views
    662

    Re: what comes next ? jvm . . .

    wow respect, jvm in asm is really cool!

    years ago, I tried a jvm in asm for the PIC17C42, at this time this was the high end µC from microchip.
    but it wasn't so the hit.
    With 32bit target and...
  20. Replies
    12
    Views
    662

    Re: what comes next ? jvm . . .

    mindrobots, thank you for the links

    the last is a very long thread, I have not know it and go reading,

    Hope I have not drop a brick,

    thanks
    Reinhard
  21. Replies
    12
    Views
    662

    Re: what comes next ? jvm . . .

    @mindrobot; why
    @heater: where (I am really interesst)

    thanks
    Reinhard
  22. Replies
    12
    Views
    662

    what comes next ? jvm . . .

    ... I think this is not impossible ( have a little bit experience in jvm )

    I know this is a long term project, but it is interesst for me and get start it in any case.

    What think the forum...
  23. Q. about builtin functions with different memory models

    I have this code snippet:



    void main()
    {
    int a = 0xAAAA;
    int c = __clzsi2(a);
    }
  24. Replies
    24
    Views
    2,315

    Re: Propeller Functions Library

    sorry, I make tabula rasa few weeks ago, because I have trouble with space.

    Here is the attached zip.

    Reinhard
  25. Replies
    24
    Views
    2,315

    Re: Propeller Functions Library

    I think to write a library for personal use is not too hard, with dedicated functions on certain pins.

    remember myRobot Lib, I started last year.
    ...
Results 1 to 25 of 176
Page 1 of 8 1 2 3 4