Ticket #201 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Buildroot trunk compile totally impossible on Debian 3.1 stable with zlib-dev installed

Reported by: ms@freewrt.org Assigned to: tg
Priority: critical Milestone:
Component: build system Version: trunk
Keywords: Cc:

Description

mike@bert:/freewrt/www.freewrt.org/trunk/freewrt$ make menuconfig Cannot compile a simple test programme. You must install GNU make and a host C compiler, usually GCC, to proceed. GNU make 3.80 too old. Please install GNU make 3.81 or higher to continue. WARNING: should abort here, continuing... It is suggested to upgrade your copy of bison to GNU Bison 2.3 because of its bug fixes. Cannot compile a libz test programme. You must install the zlib development package, usually called libz-dev, and the run-time library. make: *** .prereq_done Error 1 mike@bert:/freewrt/www.freewrt.org/trunk/freewrt$

Attachments

Change History

01/31/07 21:13:46 changed by tg

  • status changed from new to closed.
  • resolution set to worksforme.

02/01/07 00:46:16 changed by n0-1

Cannot compile a simple test programme.
You must install GNU make and a host C compiler,
usually GCC, to proceed.

This is the more important error message, zlib not compiling is just the effect of it.

Maybe you missed installing libc-dev? Just to be sure: is GNU make available?

Greetings, Phil

02/02/07 16:52:16 changed by ms

  • status changed from closed to reopened.
  • resolution deleted.

I have all neccesary utils like make bison gcc installed. Only /trunk does not compile freewrt_1_0 compiles cleanly as it ever did. The only thing I changed was to do an svn up when I wanted to compile /trunk after teh update the above error appeared. I also deleted all FreeWRT files and did a complete new checkout, the error remains.

02/02/07 21:16:34 changed by wbx

  • owner changed from somebody to tg.
  • status changed from reopened to new.

Hi,

I had a chance to reproduce the problem. Michael use gcc 3.3 and -fwrapv does not exist. Therefore the zlib check fails.

Can you fix this?

02/06/07 15:45:02 changed by wbx

  • status changed from new to closed.
  • resolution set to fixed.

Hi Michael,

should be fixed in SVN. reopen if not.


Add/Change #201 (Buildroot trunk compile totally impossible on Debian 3.1 stable with zlib-dev installed)




Action