Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » how to add MIPS64 toolchain (Error 127)
how to add MIPS64 toolchain [message #1853202] Wed, 22 June 2022 15:40
addi gde is currently offline addi gdeFriend
Messages: 8
Registered: January 2022
Location: germani
Junior Member
Hello!

Ive got MIPS64 MCU and tying to compile the project in Eclipse(Version: Oxygen.1 Release (4.7.1RC3)) for it in CentOs 7
But I have the problem with building, Eclipse cant find gcc command at least
And get en Error 127
I took
mips64-n32--glibc--stable-2021.11-1 from
https://toolchains.bootlin.com/releases_mips64-n32.html
And then I unpacked it in opt
After I checked the appeared environment variable
But in Eclipse I havent found this toolchain
https://dropmefiles.com/dsaBk
And then I set it manually here
https://dropmefiles.com/z5pG9
I got the following during compilation:
18:37:31 **** Incremental Build of configuration Debug for project 580t2 ****
make all
Building file: ../src/lib/iolib.c
Invoking: Cross GCC Compiler
mips64-n32--glibc--stable-2021.11-1-gcc -std=c99 -I/mnt/924225A142258B88/tmp/580/li/580t2/src/mips-mti-elf/include -I/mnt/924225A142258B88/tmp/580/li/580t2/src -I/mnt/924225A142258B88/tmp/580/li/580t2/src/drivers -I/mnt/924225A142258B88/tmp/580/li/580t2/src/lib -I/mnt/924225A142258B88/tmp/580/li/580t2/src/FreeRTOS -I/mnt/924225A142258B88/tmp/580/li/580t2/src/FreeRTOS/include -I/mnt/924225A142258B88/tmp/580/li/580t2/src/FreeRTOS/portable -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/lib/iolib.d" -MT"src/lib/iolib.o" -o "src/lib/iolib.o" "../src/lib/iolib.c"
/bin/sh: mips64-n32--glibc--stable-2021.11-1-gcc: Command not found
make: *** [src/lib/iolib.o] Error 127

18:37:31 Build Finished (took 118ms)

Please help!




[Updated on: Thu, 23 June 2022 07:12]

Report message to a moderator

Previous Topic:Addresses and opcodes aren't show in Disassembly view
Next Topic:Carriage returns in stdout
Goto Forum:
  


Current Time: Sat Apr 20 01:21:13 GMT 2024

Powered by FUDForum. Page generated in 0.02812 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top