Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#3098 closed defect (fixed)

Build error >= 8200

Reported by: FilipeAmadeuO Owned by:
Priority: Please fill in Component: ! Please select...
Severity: Please fill in Keywords:
Cc: Sensitive: no

Description

Folowing last gf changes i have build errors using simplebuild.

I attach simplebuild log.

Attachments (1)

build.log (12.6 KB ) - added by FilipeAmadeuO 11 years ago.

Download all attachments as: .zip

Change History (13)

by FilipeAmadeuO, 11 years ago

Attachment: build.log added

comment:1 by today, 11 years ago

You have to remove all *.c and *.h files

rm -f *.c *.h

comment:2 by FilipeAmadeuO, 11 years ago

Resolution: fixed
Status: newclosed

You are correct. Fixed

comment:3 by The_Raven, 11 years ago

Fixed? I can't see a #8218 ;-)

comment:4 by thatfellow, 11 years ago

Resolution: fixed
Status: closedreopened

Could you please explain that fix? Do we have to remove all *.c and *.h files every time we build? I have noticed this since svn #8200.. Is this an issue with the simplebuild script or oscam?

comment:5 by My20, 11 years ago

delete all files

wget ss4200.homelinux.com/oscam/simplebuild
chmod 777 simplebuild

get toolchains

Last edited 11 years ago by My20 (previous) (diff)

comment:6 by StEVE^qSR, 11 years ago

delete complete oscam-svn and download the complete svn , after that , you can oscam build again without a compile error...

comment:7 by The_Raven, 11 years ago

Does not work for me :-(

comment:8 by thatfellow, 11 years ago

My20's comment above worked for me... Delete simplebuild folder & reinstall from scratch:

cd /opt
mkdir simplebuild
cd simplebuild
wget ss4200.homelinux.com/oscam/simplebuild
chmod 777 simplebuild
./simplebuild menu

comment:9 by Jan Gruuthuse, 11 years ago

1st time:
sudo su
cd /opt
mkdir simplebuild
cd /opt/simplebuild
wget ss4200.homelinux.com/oscam/simplebuild
chmod 777 simplebuild
./simplebuild debinstall
./simplebuild menu

afterwards:
sudo su && cd /opt/simplebuild && ./simplebuild debinstall && ./simplebuild menu

Version 0, edited 11 years ago by Jan Gruuthuse (next)

comment:10 by Deas, 11 years ago

Summary: Build error 8217Build error >= 8200

you must delete the complete svn folder, not just the files inside the folder! when you delete only the content of the folder and not the folder itself the hidden svn "database" is not deleted and the checkout brings some errors which leads to build errors.

comment:11 by Deas, 11 years ago

Resolution: fixed
Status: reopenedclosed

comment:12 by Deas, 11 years ago

btw.: no tickets for build-script related problems. easy/simplebuild seems to have problems. wait for an update of the author.

Note: See TracTickets for help on using tickets.