How can I change architecture in Eclipse from x86 to pdp11, what flags do I need, and do I need adjust cross-compiler, thanks in advance
How can I change architecture in Eclipse from x86 to pdp11 , what flags
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t since a PDP-11 is a 16bit computer it can’t be equiped with the necessary resources to run eclipse 😉
EDIT: Sorry that I had the impression that this is somekind of fun question (now I have to give a more serious answer).
Assuming you want to create C code:
You need to download eclipse CDT
and MinGW add the bin directory to you PATH
create a C project and edit the project properties “C/C++ Build” and set the required options for code generation see
GCC PDP Options for options like
Hope this helps. Maybe you need some additional packages for gcc, since I don’t believe it comes with PDP features out of the box.