Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 10-NOV-1993 11:47:15.51 From: ABYSS::werme "Eric Werme USG" To: abyss::odehelp CC: Subj: Sterling GENERIC configuration problem I want to build a Sterling RT kernel, but get this failure do the config. It also fails with GENERIC_config. alingo 6% build GENERIC.rt_config relative path: ./kernel. cd ../../obj/alpha/kernel cd conf && make -cF CONFIG_FLAGS= GENERIC.rt_config [ setting up conf for GENERIC.rt ] [ configuring GENERIC.rt ] sh: ../bin/mkeisadata: not found ../bin/mkeisadata: No such file or directory config: callout `../bin/mkeisadata' failed with exit status 256 (errno 2) <Note> multiple cpus defined-building generic kernel Trying to do the kernel build anyway runs until: Make: Don't know how to make eisa_option_data.c. Stop. *** Exit 1 I assume this is for Jensen stuff (eisa and all that). Is ../bin/mkeisadata not normally built? Do we build RT kernels at night? I'll go see if I can bash alingo's config file into rt code. -Ric
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
426.1 | Re: Sterling GENERIC configuration problem | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Thu Nov 11 1993 14:21 | 13 |
Date Of Receipt: 10-NOV-1993 12:59:06.68 From: WASTED::"[email protected]" "Jim McGinness" To: [email protected], [email protected] CC: Subj: Re: Sterling GENERIC configuration problem the mkeisadata directory was added to kernel/src/Makefile on Nov 9, so you need to redo the "build setup" step before you can rebuild a specific configuration. It's possible all you need to do is "(cd kernel/src/mkesidata;build)". -- jmcg |