Update gcc-version rsb for 4.11
Hi, The current version of the rsb loads the gcc-4.9.3 sources to build gcc. However as discussed previously Ada-support in this version is broken for RTEMS. The current 4.9-branch has a fix. Would it be possible to use a recent snapshot of this branch for the source builder until 4.9.4 is released? Best regards, Jan ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: Participation in GSoC 2016
Am 2016-02-18 01:26, schrieb Joel Sherrill: On Feb 17, 2016 6:17 PM, "André Marques" wrote: [...] Was i2c fully delivered for the new driver framework? I don't recall off-hand. Yes the i2c driver for the Pi uses the new (linux-based) i2c framework. 10-bit addressing is untested because I had no compatible slave device. A detailed report of my last GSOC can be found here: https://devel.rtems.org/wiki/GSoC/2015/RaspberryPi_peripherals_and_SD_card SD card support was started but not completed last year, so it may be included on a potential Raspberry project. I can help with that if needed. Andres.. Thanks for speaking up. Can you update the project page and link to your blog? What else do you think needs find on the Pi and Pi2? Last year there was a GSoC to add ethernet support for the raspberry pi via rtems-libbsd, but I think it was never finished. Maybe that could be started again? I haven't researched it yet to know if it is feasible but I am curious if the Arduino HW libraries have a clean porting layer which could provide support for a lot of i2c devices. Is this a wikd goose chase or of potential value? Sounds like an interesting idea, but isn't Arduino written in C++? Best regards, Jan I very much look forward for any pointers on this. I am eager to work for RTEMS organization because I believe my skill set is best suited for this. Thanking you, Deval Shah ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel --André Marques ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: Compiling RTEMS
Am 2016-03-16 01:45, schrieb Wang, John (IVV-1800): Hi, I am attempting to build RTEMS in Ubuntu. The version I am using is from Gaisler - 4.10-1.2.16. I am run the bootstrap, and configure command with no issues. However, when I run the make / gmake I command I receive the following error: Checking for sparc-rtems4.10-gcc... no No acceptable cc found in $PATH The RTEMS sources alone are not enough. Do you have a working cross-compiler? You can either download the prebuilt one from gaisler or build one using the rtems-source-builder. If you already have one, you might have simply forgotten to add the location to your PATH environment variable. Cheers, Jan Can anyone help me with this? Thank you ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
RE: Compiling RTEMS
Am 2016-03-16 14:10, schrieb Wang, John (IVV-1800): I have downloaded the RCC compiler. Added to my $PATH. The particular thing is that the C compiler / cross compiler shows that it's working during the .configure phase. However, during gmake phase, the compiler cannot be found. If you use the RCC and RCC-sources you could try the build process described in the RCC manual section 1.3.1ff. You just need to extract the source archive to /opt/rtems-4.10/src and run the make from there. That should rebuild RTEMS for you (you might need an older version of the autotools to avoid lots of warnings). [...] I am run the bootstrap, and configure command with no issues. However, when I run the make / gmake I command I receive the following error: Checking for sparc-rtems4.10-gcc... no No acceptable cc found in $PATH IIRC the binaries of the RCC have the prefix sparc-rtems without the version number. Maybe that causes some problems? Cheers, Jan The RTEMS sources alone are not enough. Do you have a working cross-compiler? You can either download the prebuilt one from gaisler or build one using the rtems-source-builder. If you already have one, you might have simply forgotten to add the location to your PATH environment variable. Cheers, Jan Can anyone help me with this? Thank you ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel