[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] error when compile



Hi Eric

The .config file will appear after you done kernel configuration. The image directory will be del after "make distclean"
If you don't have Flash, why did you enable "CFI  FLASH device mapped on Microblaze auto config"?
Anyway, what errors are you getting during make all process?

I try the auto-config.in on my machine. No error during kernel compilation.
But I do notice the auto-config.in is in dos format, so i convert the file format into unix format.
$ vi auto-config.in
to change from do to unix
    :set ff=unix
to save the file and exit vim
    :wq

In the Kernel Configuration, I only change the followings( compare to default settings).
Processor type and features  --->
     < > Ethernet driver
General setup  --->
    [ ] Networking support
Memory Technology Devices (MTD)  --->                 
    Mapping drivers for chip access  ---> 
        < >   CFI Flash device mapped on MicroBlaze auto-config (uClinux)

Regards,

Jason


Eric Lynum wrote:

I couldn’t find a .config file in the config directory under uclinux_dist directory. Was there another place this .config file could be?   Also, my image directory disappeared. 

 

These are the options I chose

Vendor Product Selection  *Xilinx

Kernel Library Defaults Selection * uclibC

Code maturity level Options * Prompt for development and /or incomplete code/drivers

Loadable Module Support: *Enable loadable module support

Process type and features: *uclinux Auto Platform

                                        *kernel cmdline support

                                        *Enable debug logging

General Setup: (Elf) Kernel core

                       Kernel support for flat binaries

                        Enable Zflat support

 

MTD Support:  *MTD partitioning support

                       *Direct character device access to MTD

                       *caching block device acess to MTD

 

Detect Flash Chips by CFI probe

Detect JEDEC

Support for Intel/Sharp Flash

Support for Ram Chips

 

Mapping Drivers for Chip Access

CFI  FLASH device mapped on Microblaze auto config

*None  (Flash size)

Generic uclinux RAM/ROM file system support