Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2377 closed defect (duplicate)

AZBox build error

Reported by: grantor Owned by:
Priority: critical Component: General
Severity: Please fill in Keywords: ifd_azbox.c
Cc: Sensitive: no

Description

Revision

<svn 6309-6329>

Issue Description

<Building C object csctapi/CMakeFiles/csctapi.dir/ifd_azbox.o>

When the issue occurs

<[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
libcsreaders.a(reader-common.o)(.text+0xc34): In function `reader_reset':
: undefined reference to `Azbox_SetMode'
libcsreaders.a(reader-common.o)(.text+0xdb0): In function `reader_reset':
: undefined reference to `Azbox_SetMode'
csctapi/libcsctapi.a(icc_async.o)(.text+0x35c): In function `ICC_Async_Device_Init':
: undefined reference to `Azbox_Init'
csctapi/libcsctapi.a(icc_async.o)(.text+0x644): In function `ICC_Async_GetStatus':
: undefined reference to `Azbox_GetStatus'
csctapi/libcsctapi.a(icc_async.o)(.text+0xff4): In function `ICC_Async_Transmit':
: undefined reference to `Azbox_Transmit'
csctapi/libcsctapi.a(icc_async.o)(.text+0x1154): In function `ICC_Async_Receive':
: undefined reference to `Azbox_Receive'
csctapi/libcsctapi.a(icc_async.o)(.text+0x14e4): In function `ICC_Async_Close':
: undefined reference to `Azbox_Close'
csctapi/libcsctapi.a(icc_async.o)(.text+0x357c): In function `ICC_Async_Activate':
: undefined reference to `Azbox_Reset'
collect2: ld returned 1 exit status
make[2]: * [oscam] Error 1
make[1]:
* [CMakeFiles/oscam.dir/all] Error 2
make: * [all] Error 2>

How the issue is reproducable

<compiling with Sigma cross-complier>

Solution

<Add #include"../globals.h" in oscam-svn/csctapi/ifd_azbox.c>

Attachments (1)

ifd_azbox.c (2.1 KB ) - added by grantor 12 years ago.
ifd_azbox.c fixed

Download all attachments as: .zip

Change History (3)

by grantor, 12 years ago

Attachment: ifd_azbox.c added

ifd_azbox.c fixed

comment:1 by Deas, 12 years ago

Resolution: duplicate
Status: newclosed

#2365 - so why the hell do you open a new ticket??? the log you posted is exactly the same!!!

comment:2 by gianni-8127, 12 years ago

Problem solved for the azbox add new line reader-videoguard2.c

cs_log("classD0 ins7E11: Scheduling card reset for TA1 change from %02X to %02X", TA1, reader->ins7E11[0x00]);

#ifdef COOL

Last edited 12 years ago by gianni-8127 (previous) (diff)
Note: See TracTickets for help on using tickets.