tools icon indicating copy to clipboard operation
tools copied to clipboard

Results 41 tools issues
Sort by recently updated
recently updated
newest added

Hello Guys, When I try to compile the kernel & run the command "**make -j4 zImage**" I get the following error. `naqvi@raspberrypi:~/rpi-kernel/linux $ make -j4 zImage ./scripts/gcc-version.sh: line 26: /home/naqvi/rpi-kernel/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc:...

Hi all, I faced a problem while using this toolchain for my raspberry pi with paho cpp library. Detailed explanation can be found in [this issue](https://github.com/eclipse/paho.mqtt.cpp/issues/179). Long story short, I...

I get the following error when cross compiling my program: ``` opened script file /home/ugo/dev/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/libpthread.so opened script file /home/ugo/dev/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/libc/usr/lib/arm-linux-gnueabihf/libpthread.so attempt to open /lib/arm-linux-gnueabihf/libpthread.so.0 failed attempt to open /usr/lib/arm-linux-gnueabihf/libpthread_nonshared.a failed /home/ugo/dev/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/ld:...

Any plan to upgrade raspberrypi's cross compile tool to gcc 8.3.0? Some times, it's seriously slow to compile the source code on raspberry pi directly...

[mitigate Spectre v4](https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability): > For Cortex-A57 and Cortex-A72: > * Set bit 55 (disable load pass store) of CPUACTLR_EL1 (S3_1_C15_C2_0).

This monitor is used to workaround few issues in Cortex-A72 CPU used in BCM2711: * CVE-2017-5715 aka Spectre-v2. Invalidate the Branch Target Buffer (BTB) on entry to EL3 by disabling...

- Set `$pkg` instead of `$script` with package - Shift arguments

Unfortunately, git gets confused on non case-sensitive file systems (e.g. Windows NTFS by default), showing file changes, because it cannot properly distinguish between the two files. This is only really...

I'd like to submit this sample file for a new updated toolchain based on gcc v6.5.0. It is built over the latest trunk of crosstools-ng